predPcaLda: Predict new instances using the PCA-LDA model built from...

Description Usage Arguments Value Author(s)

View source: R/functions.R

Description

Predict new instances given in newData using the PCA-LDA model objModel built from tunePcaLda).

Usage

1
 predPcaLda(objModel, newData)

Arguments

objModel

the classifier built from tunePcaLda).

newData

data matrix composed of samples to be predicted.

Value

a vector of characters composed of the output of the prediction.

Author(s)

Shuxia Guo, Thomas Bocklitz, Juergen Popp


rModeling documentation built on March 26, 2020, 7:48 p.m.