PredictorFactoryBase Class

CVB.Net Documentation
Base class for classifier factory classes.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Polimago.TrainingPredictorFactoryBase
    Stemmer.Cvb.Polimago.TrainingPredictorFactoryBaseEx
    Stemmer.Cvb.Polimago.TrainingSearchPredictorFactory

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

public abstract class PredictorFactoryBase : IDisposable

The PredictorFactoryBase type exposes the following members.

Constructors

  NameDescription
Protected methodPredictorFactoryBase
ctor (internal).
Top
Properties

  NameDescription
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 methodDispose
Disposes of the native data needed for marshalling.
Protected methodDispose(Boolean)
Clean-up of managed-to-native data structures.
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.
(Overrides ObjectFinalize.)
Public methodStatic memberFormatPreprocessingCode
Correct a preprocessing code to make sure that no invalid characters are in the code and the code does not exceed the maximum length.
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.
Protected methodOnProgressReport
Event raiser.
Protected methodOnStartProgressReport
Event raiser.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUseSettingsFromPredictor
Copy the classifier generation settings from a classifier.
Top
Events

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

  NameDescription
Public fieldStatic memberFeatureResolutionDefault
Default value for feature resolution.
Public fieldStatic memberFeatureResolutionRange
Valid range of feature resolution value.
Public fieldStatic memberLambdaDefault
Default value for lambda.
Public fieldStatic memberLambdaRange
Acceptable scale factor range for search classifier training.
Public fieldStatic memberPreprocessingMaxLength
Maximum length of a preprocessing code (excluding the terminating zero).
Public fieldStatic memberPreprocessingValidCharacters
characters that a preprocessing string may contain.
Top
See Also

Reference