STATSDTC Stats Decision tree Classifier (Matlab Stats Toolbox)
W = STATSDTC(A,'PARAM1',val1,'PARAM2',val2,...)
DescriptionThis is the PRTools interface to the CLASSIFICATIONTREE 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. The decision tree is stored in W and can be retrieved by T = +W or by T = getdata(W). The Stats toolbox command VIEW can be used to visualize it, either in the command window (default) or graphically setting the 'mode' options to 'graph'. See alsodatasets, mappings, dtc, treec, classificationtree, view,
|