assign_samples_to_paths | R Documentation |
Assign data points to the viable path that are closest to the original clustering assignment
assign_samples_to_paths(labelmat, paths, n.cores = NULL)
labelmat |
Initial multi-resolution cluster assignment, n-by-m, corresponding to m resolutions |
paths |
The viable paths |
n.cores |
Number of cores to use |
A vector of length n containing the path index to which the data points are assigned to
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.