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.


hetong007/SwarmSVM documentation built on Jan. 10, 2023, 12:52 a.m.