Apply the Linear Discriminant Analysis (LDA) classifier to data X.
SYNOPSIS
function Y = clf_LDAfwd( clf, X )
DESCRIPTION
Apply the Linear Discriminant Analysis (LDA) classifier to data X.
INPUTS
clf - trained model
X - nxp data array
OUTPUTS
Y - nx1 vector of labels predicted according to the model
DATESTAMP
11-Oct-2005 2:45pm
See also CLF_LDA, CLF_LDA_TRAIN
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
clf_lda Create a Linear Discriminant Analysis (LDA) classifier.