Learn R Programming

TSEAL (version 0.1.3)

classify: 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, ...)

Value

A factor with predicted class of each observation

Arguments

data

The data to be classified. This data can be either the raw data , or a MultiWaveAnalysis object generated earlier.

...

Additional arguments

See Also

  • trainModel

  • classify.array

  • classify.MultiWaveAnalysis