clfLdaFwd

PURPOSE ^

Apply the Linear Discriminant Analysis (LDA) classifier to data X.

SYNOPSIS ^

function Y = clfLdaFwd( clf, X )

DESCRIPTION ^

 Apply the Linear Discriminant Analysis (LDA) classifier to data X.

 USAGE
  Y = clfLdaFwd( clf, X )

 INPUTS
  clf     - trained model
  X       - nxp data array

 OUTPUTS
  Y       - nx1 vector of labels predicted according to the model

 EXAMPLE

 See also CLFLDA, CLFLDATRAIN

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 13:09:09 by m2html © 2003