Benchmark multi-model/multi-view models.
Note
This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.
-
mmbench.dataset.get_data_legacy(dataset, datasetdir, modalities, dtype)[source]¶ Load the train/test data.
- Parameters
dataset : str
the dataset name: euaims or hbn.
datasetdir : str
the path to the dataset associated data.
modalities : list of str
the modalities to load.
dtype : str
the data type: ‘train’, ‘test’, ‘full_test’, ‘full_train’ or ‘full’.
- Returns
data : dict
the loaded data for each modality.
meta_df : DataFrame
the associated meta information.
Follow us