Description Usage Arguments Value See Also Examples
View source: R/cluster_correlation.R
cash
returns a list of clusters for the given data_matrix, formed according to CASH.
1 |
data_matrix |
numeric Matrix containing data the clusters are calculated for. Rows are treated as observations, columns as features. |
minpts |
Number. Threshold for minimum number of points in a cluster. Has to be >= 1. |
maxlevel |
Number. Maximum level for splitting the hypercube. Has to be >= 1. |
jitter |
Number. Maximum jitter for distance values. Has to be > 0. |
adjust |
Boolean. Apply adjustment heuristic for interval choosing. |
mindim |
Number. Minimum dimensionality of the subspaces to be found. |
List of clusters. The indices of each cluster belong to the indices in the given original data_matrix
https://elki-project.github.io/releases/release0.7.5/javadoc/de/lmu/ifi/dbs/elki/algorithm/clustering/correlation/CASH.html for ELKI documentation.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.