View source: R/clustering_method_selection.R
clusteringMethodSelection | R Documentation |
Method Selection through intra-method Consensus Partition Consistency
clusteringMethodSelection(data, method.upper.k = 5, number.of.comparisons = 3)
data |
A dataframe, where columns are features and rows are data points |
method.upper.k |
The number of clusters, k, up to which the average agreements will be calculated |
number.of.comparisons |
The number of comparisons to average over per k |
An object of class "methodSelection" containing a dataframe of partition agreement scores for a set of random parameters clustering runs across different methods and the corresponding plot
clusteringMethodSelection(toy_genes, method.upper.k = 3,
number.of.comparisons = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.