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.plotting.mat_display(matrices, dataset, outdir, downstream_name, scale)[source]ΒΆ Plot area matrices.
- Parameters
matrices : dict
area matrix dictionaries by models.
dataset : str
the dataset name: euaims or hbn.
outdir : str
the destination folder.
downstream_name : str
the name of the column that contains the downstream classification task.
scale : tuple (min, max)
min and max values of matrix in matrices.
Follow us