ClassifierFactoryLearnProgressEventArgs Class

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

SystemObject
  SystemEventArgs
    Stemmer.Cvb.MantoClassifierFactoryLearnProgressEventArgs

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

public sealed class LearnProgressEventArgs : EventArgs

The ClassifierFactoryLearnProgressEventArgs 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 propertyFractionDone
Fraction of the current step that has already been processed (ranges from 0 to 1)
Public propertyLearnStage
Current learnStage of the learning process.
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