predict.kmeansCluster {Evacluster} | R Documentation |
kmeansCluster prediction function
Description
This function predicts the labels of the cluster for new data based on cluster labels of the training set.
Usage
## S3 method for class 'kmeansCluster'
predict(object, ...)
Arguments
object |
A returned object of kmeansCluster function |
... |
New samples set |
Value
A list of cluster labels
[Package Evacluster version 0.1.0 Index]