KMEANS: KMEANS function

Description Usage Arguments Value Examples

View source: R/KMEANS.R

Description

KMEANS function

Usage

1
KMEANS(data = NA, k = NA)

Arguments

data

The name of the data need to be anlyzied

k

The number of clusters

Value

the clusters

Examples

1
KMEANS(data = as.matrix(iris[,1:4]), k =3)

jr2339/JUN documentation built on Oct. 4, 2020, 12:15 a.m.