PredictorBase Methods

CVB.Net Documentation

The PredictorBase type exposes the following members.

Methods

  NameDescription
Public methodDispose
IDisposable implementation.
(Inherited from PolimagoRefCountedObject.)
Protected methodDispose(Boolean)
IDispose helper function.
(Inherited from PolimagoRefCountedObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Inherited from PolimagoRefCountedObject.)
Public methodStatic memberGetGranularity
The function returns the granularity (see tutorial) associated with a preprocessing code.
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.)
Public methodIsCompatible(Image)
Verify the compatibility of a CVB image with this classifier.
Public methodIsCompatible(Image, Point2D)
Verify the compatibility of a CVB image with this classifier.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Save this object into a file.
(Inherited from PolimagoFactoryCreatedObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodVerifyCompatibility(Image)
Verify the compatibility of a CVB image with this classifier.
Protected methodVerifyCompatibility(Image, Point2D)
Verify the compatibility of a CVB image with this classifier.
Top
See Also

Reference