View source: R/evaluation_metrics.R
subsample_association_analysis | R Documentation |
Runs cluster_associations
in parallel.
subsample_association_analysis(
clusters,
association_data,
by = c("run", "fold", "datname", "drname", "k", "m"),
parallel = 1,
...
)
clusters |
A data.table or data.frame with clustering information. |
association_data |
A data.frame with association variables (categoric or numeric). |
by |
Column names that identify a single clustering result. |
parallel |
Number of parallel threads. |
... |
Extra arguments are ignored. |
Assumes that a parallel backend has been registered for foreach
.
data.table
containing association variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.