predict.FuzzyCluster {Evacluster} | R Documentation |
FuzzyCluster 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 'FuzzyCluster'
predict(object, ...)
Arguments
object |
A returned object of FuzzyCluster function |
... |
New samples set |
Value
A list of cluster labels
[Package Evacluster version 0.1.0 Index]