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