PRTools Contents

PRTools User Guide

statslinc

STATSLINC

Stats Linear Classifier (Matlab Stats Toolbox)

     W = STATSLINC(A,'PARAM1',val1,'PARAM2',val2,...)
     W = A*STATSLINC([],'PARAM1',val1,'PARAM2',val2,...)
    D = B*W

Input
 A Dataset used for training
 PARAM1 Optional parameter, see CLASSIFICATIONDISCRIMINANT.FIT
 B Dataset used for evaluation

Output
 W Linear classifier
 D Classification matrix, dataset with posteriors

Description

This 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 also

datasets, mappings, classificationdiscriminant, fisherc, ldc,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.