generate_nn_groups | R Documentation |
I want some functions to help me understand clustering. This is a first pass at that goal.
generate_nn_groups(
mtrx,
resolution = 1,
k = 10,
type = "snn",
full = TRUE,
merge_to = NULL,
...
)
mtrx |
Matrix to cluster, usually 2d from a point plot. |
resolution |
Used after cluster generation for making neighbor groups. |
k |
Used during cluster generation. |
type |
Define the type of clustering to perform, currently only KNN/SNN |
full |
Get the full set of metrics from bluster. |
merge_to |
Use the neighborhood collapse function to set a hard ceiling on the number of clusters in the final result. |
... |
Extra args for bluster. |
List containing the resulting groups and some information about them.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.