Last data update: 2014.03.03

R: K-Means prediction using yakmo library
orthoKMeansPredictCppR Documentation

K-Means prediction using yakmo library

Description

K-Means prediction using yakmo library

Usage

orthoKMeansPredictCpp(x, centers, nf, k = 0L, verbose = FALSE)

Arguments

x

data matrix

centers

centers

nf

number of features

k

number of clusters

verbose

verbose output?

Value

a list consisting of cluster these are the labels for the resulting clustering, one column for each clustering

Results