View source: R/evaluation_metrics.R
stability_evaluation | R Documentation |
Performs stability analysis on cross-validated clusterings.
stability_evaluation(
clusters,
by = c("datname", "drname", "run", "k", "m"),
parallel = 1,
reference_fold = NULL,
...
)
stability_evaluation_pac(
clusters,
by = c("datname", "drname", "k", "m"),
parallel = 1,
reference_fold = NULL,
...
)
clusters |
clustering |
by |
vector of column names to keep |
parallel |
number of threads |
reference_fold |
fold number that corresponds to reference which other folds are compared against, inferred from input by default |
... |
extra arguments are ignored |
Default settings work with subsample_clustering_evaluation
output 'clusters'.
Returns a data.frame
where each row corresponds to clustering
stability with respect to kept column variables
stability_evaluation_pac()
: Stability evaluation with Proportion of
Ambiguously Clustered pairs (PAC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.