PredictorFactoryBaseEx Class

CVB.Net Documentation
Common base class for classifier factories for regression and classification classifiers.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Polimago.TrainingPredictorFactoryBase
    Stemmer.Cvb.Polimago.TrainingPredictorFactoryBaseEx
      Stemmer.Cvb.Polimago.TrainingClassificationPredictorFactory
      Stemmer.Cvb.Polimago.TrainingRegressionPredictorFactory

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

public abstract class PredictorFactoryBaseEx : PredictorFactoryBase

The PredictorFactoryBaseEx type exposes the following members.

Constructors

  NameDescription
Protected methodPredictorFactoryBaseEx
Initializes a new instance of the PredictorFactoryBaseEx 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.
(Inherited from PredictorFactoryBase.)
Public propertyPreprocessing
Preprocessing code with which the object is to be generated.
(Inherited from PredictorFactoryBase.)
Top
Methods

  NameDescription
Public methodDispose
Disposes of the native data needed for marshalling.
(Inherited from PredictorFactoryBase.)
Protected methodDispose(Boolean)
Clean-up of managed-to-native data structures.
(Inherited from PredictorFactoryBase.)
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 PredictorFactoryBase.)
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 PredictorFactoryBase.)
Protected methodOnProgressReport
Event raiser.
(Inherited from PredictorFactoryBase.)
Protected methodOnStartProgressReport
Event raiser.
(Inherited from PredictorFactoryBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUseSettingsFromPredictor
Copy the classifier generation settings from a classifier.
(Inherited from PredictorFactoryBase.)
Top
Events

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

  NameDescription
Public fieldStatic memberInterpolationDefault
Default value for interpolation.
Top
See Also

Reference