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.