ClassificationPredictorFactory Class

CVB.Net Documentation
Predictor factory for classification predictor.
Inheritance Hierarchy

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

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

public class ClassificationPredictorFactory : PredictorFactoryBaseEx

The ClassificationPredictorFactory type exposes the following members.

Constructors

  NameDescription
Public methodClassificationPredictorFactory
Ctor.
Top
Properties

  NameDescription
Public propertyFeatureResolution
Feature resolution (determines the size of the classification retina.
(Inherited from PredictorFactoryBaseEx.)
Public propertyInterpolation
Interpolation setting to be used for generating this object. Using interpolation will generate less artifacts, but requires more processor time.
(Inherited from PredictorFactoryBaseEx.)
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.)
Public propertyUsage
Type of classification for which to generate the predictor.
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 methodTrainPredictor(SampleClassificationImageList)
Create a classification predictor from a sample image list.
Public methodTrainPredictor(TrainingSet)
Create a classification predictor from a Minos Training Set.
Public methodUseSettingsFromPredictor(ClassificationPredictor)
Copy the predictor generation settings from a predictor.
Public methodUseSettingsFromPredictor(PredictorBase)
Copy the classifier generation settings from a classifier.
(Inherited from PredictorFactoryBase.)
Public methodUseSettingsFromTestResult
Copy the predictor generation settings from a test result.
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
See Also

Reference