classify | R Documentation |
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
classify(data, ...)
data |
The data to be classified. This data can be either the raw data , or a MultiWaveAnalysis object generated earlier. |
... |
Additional arguments |
A factor with predicted class of each observation
trainModel
classify.array
classify.MultiWaveAnalysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.