Create a Linear Discriminant Analysis (LDA) classifier. Same algorithm as matlab's function 'classify' (in the statistics toolbox). Nice to have in form that actually stores a model that can be applied multiple times. For the meaning and usage of prior and type see classify.m INPUTS nin - dimensionality of data points for classifier type - [optional] 'linear', 'quadratic', 'mahalanobis' [see classify.m] prior - [optional] prior to use [see classify.m] OUTPUTS net - an clf_LDA model ready to be trained (see clf_lda_train) DATESTAMP 29-Sep-2005 2:00pm See also NFOLDXVAL, CLASSIFY, CLF_LDA_TRAIN, CLF_LDA_FWD