Train a Linear Discriminant Analysis (LDA) classifier. INPUTS clf - model to be trained X - nxp data array Y - nx1 array of labels (or cell array, see classify.m) OUTPUTS clf - a trained clf_LDA model DATESTAMP 11-Oct-2005 2:45pm See also CLF_LDA, CLF_LDA_FWD