Namespace for the Polimago package testing functionality. More...
Classes | |
class | ClassificationTestResult |
Classification test result object. More... | |
class | ConfusionMatrix |
Representation of a confusion matrix. More... | |
class | HoldoutTestResultFactory |
Factory object for holdout tests. More... | |
class | PredictionResult |
The information contained in each cell of the confusion matrix. 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 |
Base class for all Polimago Test Results. More... | |
class | TestResultFactory |
Base class for test factory classes. More... | |
Typedefs | |
using | ClassificationTestResultPtr = std::shared_ptr< ClassificationTestResult > |
Convenience shared pointer for ClassificationTestResult. | |
using | HoldoutTestResultFactoryPtr = std::shared_ptr< HoldoutTestResultFactory > |
Convenience shared pointer for HoldoutTestResultFactory. | |
using | RegressionTestResultPtr = std::shared_ptr< RegressionTestResult > |
Convenience shared pointer for RegressionTestResult. | |
using | SampleTestResultFactoryPtr = std::shared_ptr< SampleTestResultFactory > |
Convenience shared pointer for SampleTestResultFactory. | |
using | TestResultBasePtr = std::shared_ptr< TestResultBase > |
Convenience shared pointer for TestResultBase. | |
using | TestResultFactoryPtr = std::shared_ptr< TestResultFactory > |
Convenience shared pointer for TestResultFactory. | |
Namespace for the Polimago package testing functionality.