CKME | R Documentation |
A cluster ensemble of 50 k
-means partitions of the Cassini data
into three classes.
data("CKME")
A cluster ensemble of 50 (k
-means) partitions.
The ensemble was generated via
require("clue") data("Cassini") set.seed(1234) CKME <- cl_boot(Cassini$x, 50, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.