predict.MSM {T4cluster} | R Documentation |
S3 method to predict class label of new data with 'MSM' object
Description
Given an instance of MSM
class from MSM
function, predict
class label of a new data.
Usage
## S3 method for class 'MSM'
predict(object, newdata, ...)
Arguments
object |
an |
newdata |
an |
... |
extra parameters (not necessary). |
Value
a length-m
vector of class labels.
[Package T4cluster version 0.1.2 Index]