stumpc
STUMPC
Decision stump classifier
W = STUMPC(A,CRIT,N)
W = A*STUMPC([],CRIT,N)
W = A*STUMPC(CRIT,N)
Computation of a decision tree classifier out of a dataset A using a binary splitting criterion CRIT INFCRIT - information gain
MAXCRIT - purity (default)
FISHCRIT - Fisher criterion
Just N (default N=1) nodes are computed. See also
This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|