koplsMaxClassify {kopls}R Documentation

Classification rule based on the maximum class belonging

Description

Classification function that determines class belonging based on the maximum value of Yhat for each class.

Usage

koplsMaxClassify(data)

Arguments

data Matrix of predicted class values (Yhat) for each class.

Value

A vector of class belongings (integer values).

Author(s)

Max Bylesjo and Mattias Rantalainen

References

Rantalainen M, Bylesjo M, Cloarec O, Nicholson JK, Holmes E and Trygg J. Kernel-based orthogonal projections to latent structures (K-OPLS), J Chemometrics 2007; 21:376-385. doi:10.1002/cem.1071.

Examples






[Package kopls version 1.0.3 Index]