Description Usage Format Details Author(s) References Examples
Two and three dimensional data and their hierarchical modal clustering with 400 observations where the first two dimensions represent the shape of two discs.
1 2 3 4 |
disc2d and disc3d are two and three dimensional
matrices. disc2d.hmac and disc3d.hmac are objects of class hmac
obtained from applying phmac
on disc2d and disc3d respectively
Two dimensional data with 400 observations representing the shape of two half discs.
Surajit Ray and Yansong Cheng
Li. J, Ray. S, Lindsay. B. G, "A nonparametric statistical approach to clustering via mode identification," Journal of Machine Learning Research , 8(8):1687-1723, 2007.
Lindsay, B.G., Markatou M., Ray, S., Yang, K., Chen, S.C. "Quadratic distances on probabilities: the foundations," The Annals of Statistics Vol. 36, No. 2, page 983–1006, 2008.
1 2 3 4 5 | data(disc2d)
plot(disc2d)
data(disc2d.hmac)
summary.hmac(disc2d.hmac)
hard.hmac(disc2d.hmac,n.clust=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.