This namespace contains classes and definitions that help testing a given training set versus either a test set or versus itself by means of a leave-out-test. More...
Classes | |
| class | ClassificationTestResult |
| Classification test result object. More... | |
| class | ConfusionMatrix |
| Representation of a confusion matrix. A confusion matrix is a matrix that gives detailed information about the kind of mistakes that occurred during a leave-out or sample test. More... | |
| class | HoldoutTestResultFactory |
| Factory object for holdout tests. More... | |
| class | RegressionTestResult |
| Regression test result object. More... | |
| class | SampleTestResultFactory |
| Factory object for running a sample test in which all the elements of a training database are classified with a given classifier. More... | |
| class | TestResultBase |
| Abstract base class for all Polimago Test Results. More... | |
| class | TestResultFactory |
| Base class for test factory classes. More... | |
This namespace contains classes and definitions that help testing a given training set versus either a test set or versus itself by means of a leave-out-test.