TrainingSet Methods

CVB.Net Documentation

The TrainingSet type exposes the following members.

Methods

  NameDescription
Public methodCheckConsistency
Test all images in the parent training set for instances of this model that might have been forgotten during the training process.
Public methodDispose
Dispose function to get rid of resources allocated by this object.
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Check two TrainingSet objects for equality.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodGetHashCode
Retrieve a hash code for this object.
(Overrides ObjectGetHashCode.)
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 methodOnImageAdded
Event router for the ImageAdded event.
Protected methodOnImageRemoved
Event router for the ImageRemoved event.
Protected methodOnInstanceAdded
Event router for the InstanceAdded event.
Protected methodOnInstanceRemoved
Event router for the InstanceRemoved event.
Protected methodOnModelAdded
Event router for the ModelAdded event.
Protected methodOnModelRemoved
Event router for the ModelRemoved event.
Public methodSave
Write the training set to a file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Generate a new training set by transforming this training set with a 2x2 transformation matrix.
Top
See Also

Reference