powered by
Unsupervised clustering algorithm.
KMeans object
Provides functionality for KMeans operations.
VectorForgeML-package
x <- matrix(rnorm(20), nrow=10) model <- KMeans$new() model$fit(x)
Run the code above in your browser using DataLab