Learn R Programming

SwarmSVM (version 0.1)

cluster.fun.mlpack.old: Kmeans Clustering from RcppMLPACK

Description

The Kmeans algorithm from RcppMLPACK.

Usage

cluster.fun.mlpack.old(x, centers, ...)

Arguments

x
The input data for the clustering algorithm.
centers
A number indicating the number of clustering centers.
...
arguments for future use.