Sample dataset class for handling and processing data samples.
Initialize the dataset
Check that all samples contain required schema fields
Build processors and transform all samples
Get a sample by index
Number of samples
Printable description of dataset
Fields
samplesList of named list objects (records)
input_schemaNamed list of input types
output_schemaNamed list of output types
input_processorsList of input processors by field
output_processorsList of output processors by field
dataset_nameDataset identifier
task_nameTask identifier
patient_to_indexNamed list mapping patient_id to sample indices
record_to_indexNamed list mapping record_id to sample indices