Description Usage Arguments Details Value Author(s) References Examples
View source: R/density_points.R
density_points
Estimates the densities values of a
sample.
1 | density_points(data, neigh = 4)
|
x |
A distance matrix calculated on |
k |
The number of nearest neighbors to calculate local point density |
For a fixed y
, density of y
is defined as the sum of
distance(y,z)
on all z
that are the k-nearest
neighbors of y
dpoints |
A real vector containing the density values for each point |
Juan Domingo Gonzalez <juanrst@hotmail.com>
Hasan AM, et al. Robust partitional clustering by outlier and density insensitive seeding. Pattern Recognition Letters, 30(11), 994-1002, 2009.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.