Learn R Programming

VectorForgeML (version 0.1.0)

KMeans-class: KMeans Clustering

Description

Unsupervised clustering algorithm.

Arguments

Value

KMeans object

Details

Provides functionality for KMeans operations.

See Also

VectorForgeML-package

Examples

Run this code
  x <- matrix(rnorm(20), nrow=10)
  model <- KMeans$new()
  model$fit(x)

Run the code above in your browser using DataLab