kdbscan | R Documentation |
Kernel density based 2d clustering.
kdbscan(
x,
minpts = 100,
mindens = 0.001,
maxlvl = 100,
alfa = 0.05,
theta = 5,
ret_model = FALSE
)
x |
a data matrix. |
minpts |
min cluster size. |
mindens |
density cutoff. |
maxlvl |
max sequential level of space partitioning. |
alfa |
numeric. Exclude alfa portion of each extremity before search for a cut point in density curve. |
theta |
integer. Angle of rotation in each step. |
ret_model |
logical. |
A vector with cluster numbers. Length = nrow(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.