SearchPredictorFactory Methods

CVB.Net Documentation

The SearchPredictorFactory type exposes the following members.

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(SampleRegressionImageList)
Create a regression predictor from a sample image list.
Public methodTrainPredictor(TrainingSet)
Create a regression predictor from a Minos Training Set.
Public methodUseSettingsFromPredictor(PredictorBase)
Copy the classifier generation settings from a classifier.
(Inherited from PredictorFactoryBase.)
Public methodUseSettingsFromPredictor(SearchPredictor)
Copy the predictor generation settings from a predictor.
Top
See Also

Reference