sab_clustering.cluster_data_2d(model, X, y_true, y_dict)¶Apply the clustering model on the 2D data X
Cluster trials between a fixed number of clusters, defined in the model.
| Parameters: |
|
|---|---|
| Returns: |
|
sab_clustering.get_clustering_algo(algo_name, n_clusters)¶Return the clustering model given its name
| Parameters: |
|
|---|---|
| Returns: |
|