HoldoutTestResultFactory Class

CVB.Net Documentation
Factory object for holdout tests.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Polimago.TestingTestResultFactory
    Stemmer.Cvb.Polimago.TestingHoldoutTestResultFactory

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

public class HoldoutTestResultFactory : TestResultFactory

The HoldoutTestResultFactory type exposes the following members.

Constructors

  NameDescription
Public methodHoldoutTestResultFactory
Initializes a new instance of the HoldoutTestResultFactory class
Top
Properties

  NameDescription
Public propertyFeatureResolution
Feature resolution (determines the size of the classification retina.
Public propertyInterpolation
Interpolation setting to be used for generating this object. Using interpolation will generate less artifacts, but requires more processor time.
Public propertyLambda
Regularization value to be used for generating the object. Possible values range from 0 to 10, good starting values for experiments are usually around 0.01.
Public propertyPreprocessing
Preprocessing code with which the object is to be generated.
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(Int32, SampleRegressionImageList)
Perform a hold out test on a sample database.
Public methodRunTest(Int32, ClassificationType, TrainingSet)
Perform a hold out test on a sample database.
Public methodRunTest(Int32, ClassificationType, SampleClassificationImageList)
Perform a hold out test on a sample database.
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