SampleTestResultFactory Class

CVB.Net Documentation
Factory object for running a sample test in which all the elements of a training database are classified with a given classifier.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Polimago.TestingTestResultFactory
    Stemmer.Cvb.Polimago.TestingSampleTestResultFactory

Namespace:  Stemmer.Cvb.Polimago.Testing
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public class SampleTestResultFactory : TestResultFactory

The SampleTestResultFactory type exposes the following members.

Constructors

  NameDescription
Public methodSampleTestResultFactory
Initializes a new instance of the SampleTestResultFactory class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer - clean up the bytes occupied by the unmanaged copy of the progress data structure.
(Inherited from TestResultFactory.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnEndProgressReport
Event raiser.
(Inherited from TestResultFactory.)
Protected methodOnProgressReport
Event raiser.
(Inherited from TestResultFactory.)
Protected methodOnStartProgressReport
Event raiser.
(Inherited from TestResultFactory.)
Public methodRunTest(ClassificationPredictor, TrainingSet)
Perform a sample classification test (SIL test) on a Minos training set.
Public methodRunTest(ClassificationPredictor, SampleClassificationImageList)
Perform a sample classification test (SIL test) on a sample image list.
Public methodRunTest(RegressionPredictor, SampleRegressionImageList)
Perform a sample regression test (SIL test) on a sample image list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventEndProgressReport
Event that informs about the finalization of a given stage.
(Inherited from TestResultFactory.)
Public eventProgressReport
Event that informs about a progress step in the given stage.
(Inherited from TestResultFactory.)
Public eventStartProgressReport
Event that will be fired when a new progress stage was initiated.
(Inherited from TestResultFactory.)
Top
See Also

Reference