PRTools contents |
STUMPC
W = STUMPC(A,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.
datasets, mappings, treec, tree_map,
PRTools contents |