LearnProgressEventArgs Class

CVB.Net Documentation
Arguments for the LearnProgress event.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    Stemmer.Cvb.MinosLearnProgressEventArgs

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

public sealed class LearnProgressEventArgs : EventArgs

The LearnProgressEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyContinue
Gets or sets whether the current learn operation should be continued (true) or interrupted (false).
Public propertyCorrectInstances
Number of instances that Minos was able to correctly identify using the proto-classifier that is currently being built.
Public propertyCurrentInstanceIndex
The index of the instance that is currently being processed.
Public propertyInstance
The instance that is currently being processed.
Public propertyTotalInstances
The total number of instances that will be processed.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference