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.plot_barrier_clusters(data, labels, scores, task_name, metric_name)[source]ΒΆ Display the barrier clustering results.
- Parameters
data : (N, t)
the time courses obtained when interpolating the weights of any two pairs of intances.
labels : (N, )
the time courses clusters.
scores : (K, )
the clustering metrics used to determine to best number of clusters.
task_name : str
the task name used in the barrier expermiement.
metric_name : str
metric name used to select the best number of clusters.
Follow us