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