|
ClassifierLearningAlgorithmConfiguration Delegate
|
Configuration function delegate for Sequence Classifier Learning algorithms.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public delegate IUnsupervisedLearning ClassifierLearningAlgorithmConfiguration(
int modelIndex
)
Public Delegate Function ClassifierLearningAlgorithmConfiguration (
modelIndex As Integer
) As IUnsupervisedLearning
Parameters
- modelIndex
- Type: SystemInt32
Return Value
Type:
IUnsupervisedLearningSee Also