Learn R Programming

rModeling (version 0.0.3)

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

Description

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

Usage

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.