lda-test {stochmod}R Documentation

Linear Discriminant Analysis

Description

Test method for LDA.

Usage

LDA.test( x, clsf )

Arguments

x N x p data matrix of N samples in p dimensions
clsf LDA classifier object produced by LDA.train

Details

Classifies new test data using LDA discriminant functions computed during training.

Value

N x 1 vector of predicted labels

Author(s)

Artem Sokolov Artem.Sokolov@gmail.com

See Also

LDA.train


[Package stochmod version 1.2 Index]