PRTools contents |
DISPERROR
DISPERROR(DATA,CLASSF,ERROR,STD,FID)
Input | |
DATA | Cell array of M datasets or dataset names (strings) |
CLASSF | Cell array of N mappings or mapping names (strings) |
ERROR | M*N matrix of (average) error estimates |
STD | M*N matrix of standard devations on ERROR (optional) |
FID | File in which results are written (default: 1) |
Output |
Displays the matrix ERROR matrix with error estimates for N classifiers related to M datasets. This routine is called by TESTC and CROSVALL to display results.
testsets = {gendath gendatb gendatd(100,5)}
trainsets = {gendath gendatb gendatd(100,5)}
classifiers = {nmc fisherc qdc svc}
testc(testsets,map(trainsets,classifiers))
mappings, datasets, testc, crossval,
PRTools contents |