STATSLINC Stats Linear Classifier (Matlab Stats Toolbox)
W = STATSLINC(A,'PARAM1',val1,'PARAM2',val2,...)
DescriptionThis is the PRTools interface to the CLASSIFICATIONDISCRIMINANT of the Matlab Stats toolbox. See there for more information. It is assumed that objects labels, feature labels and class priors are included in the dataset A. This routine is similar to LDC but always uses class frequencies as priors. See alsodatasets, mappings, classificationdiscriminant, fisherc, ldc,
|