Description Usage Arguments Value Examples
View source: R/refinement-context.R
Create the refinement context
1 | refinement_context(x, y, cc, gv)
|
x |
The input data (numeric matrix). |
y |
Cluster membership indices (integer vector). -1 indicates noise. |
cc |
The |
gv |
The |
A list with four elements:
mm
: Cluster multimodality flag (logical vector of length k).
k_dens
: Cluster-individual relative density (double vector of
length k).
global_c_dens
: Global density (double).
kinship
: cluster kinship matrix (k x k matrix): 0-itself,
1-parent and child, 2-relatives, 3-close friends, 4-acquaintances,
5-unrelated.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.