Stemmer.Cvb.Polimago.Testing Namespace

CVB.Net Documentation
The namespace Stemmer.Cvb.Polimago.Testing 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.
Classes

  ClassDescription
Public classClassificationTestResult
Classification test result object.
Public classConfusionMatrix
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.
Public classHoldoutTestResultFactory
Factory object for holdout tests.
Public classRegressionTestResult
Regression test result object.
Public classSampleTestResultFactory
Factory object for running a sample test in which all the elements of a training database are classified with a given classifier.
Public classTestResultBase
Abstract base class for all Polimago Test Results.
Public classTestResultFactory
Base class for test factory classes.
Structures

  StructureDescription
Public structureConfusionMatrixPredictionResult
The information contained in each cell of the confusion matrix.