classify {TSEAL} | R Documentation |
Classifies observations based on a pretrained model.
Description
This function allows to classify observations based on a pretrained model that could have been obtained in several ways (such as using the train model function). T
Usage
classify(data, ...)
Arguments
data |
The data to be classified. This data can be either the raw data , or a MultiWaveAnalysis object generated earlier. |
... |
Additional arguments |
Value
A factor with predicted class of each observation
See Also
[Package TSEAL version 0.1.3 Index]