PRTools contents |
WEAKC
[W,V] = WEAKC(A,ALF,ITER,CLASSF)
VC = WEAKC(A,ALF,ITER,R,1)
Input | |
A | Dataset |
ALF | Fraction or number of objects to be used for training, see |
GENDAT. | Default: one object per class. |
ITER | Number of trials |
CLASSF | untrained classifier, default NMC |
Output | |
W | Best classifier over ITER runs |
V | Cell array of all classifiers Use VC = stacked(V) for combining |
VC | Combined set of classifiers |
mappings, datasets, nmc, gendat,
PRTools contents |