|
GenerativeLearningEventArgs Constructor
|
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public GenerativeLearningEventArgs(
int classLabel,
int classes
)
Public Sub New (
classLabel As Integer,
classes As Integer
)
Request Example
View SourceParameters
- classLabel
- Type: SystemInt32
The class label. - classes
- Type: SystemInt32
The total number of classes.
See Also