Parses the testing file, checking that all declarations are coherent with those already loaded from the training
Arff file; if the classes are unknown, it reads only the instances, without looking for the classes.
Reads and evaluates a single Ncc prediction retrieved from the prediction file, and updates the indexes
referring to NBC accuracy when NCC precise/imprecise
Reads and assesses a single Nbc prediction retrieved from the prediction file; its accuracy or not on the supplied instance
is tracked by the member variable nbcAccCurrentInst
Take a raw set of data (undiscretized features) and put them into
a dataset to be accessed by classifiers; categorical variables are copied unchanged, while
numerical variables are converted to categorical according to DiscretizationIntervals;
numerical variables discretized into a unique bin (and hence listed
in NonUsedFeatures) are discarded.
File that reports the estimated probabilities by precise classifiers and whether the imprecise classifier is precise or not; used to
compute the curve of precision vs.