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

View source: R/utils.R

cluster.fun.mlpack.oldR Documentation

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.


SwarmSVM documentation built on Dec. 28, 2022, 1:24 a.m.