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
newData
data matrix composed of samples to be predicted.
Value
a vector of characters composed of the output of the prediction.