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.baseline.neuroclav.train_neuroclav(dataset, datasetdir, outdir, fit_lat_dims=20, n_iter=100)[source]ΒΆ Train the NeuroClav model.
- Parameters
dataset : str
the dataset name: euaims or hbn.
datasetdir : str
the path to the dataset associated data.
outdir : str
the destination folder.
fit_lat_dims : int, default 20
the number of latent dimensions.
n_iter : int, default 100
the number of train iterations.
Follow us