Click or drag to resize
Accord.NET (logo)

GenerativeLearningEventArgs Constructor

Initializes a new instance of the GenerativeLearningEventArgs class.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public GenerativeLearningEventArgs(
	int classLabel,
	int classes
)
Request Example View Source

Parameters

classLabel
Type: SystemInt32
The class label.
classes
Type: SystemInt32
The total number of classes.
See Also