qda-test {stochmod} | R Documentation |
Test method for QDA.
QDA.test( x, clsf )
x |
N x p data matrix of N samples in p dimensions |
clsf |
QDA classifier object produced by QDA.train |
Classifies new test data using QDA discriminant functions computed during training.
N x 1 vector of predicted labels
Artem Sokolov Artem.Sokolov@gmail.com