ykmeans-package: K-means using a target variable

Description Details Author(s) Examples

Description

The clustering by k-means of using the target variable.

Details

Package: ykmeans
Type: Package
Version: 1.0
Date: 2014-03-14
License: GPL

Author(s)

Yohei Sato

Examples

1
2
3
4
5
6
## Not run: 
data(actData)
act.ykm <- ykmeans(actData, paste0("x",1:17),"y",3:6)
table(act.ykm$cluster)

## End(Not run)

Example output

  1   2   3   4   5 
140  92  16 148 104 

ykmeans documentation built on May 2, 2019, 9:33 a.m.