|
BaseHiddenMarkovClassifierLearningTClassifier, TModelRunT Method
|
Note: This API is now obsolete.
Trains each model to recognize each of the output labels.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use the Learn method.")]
protected double Run<T>(
T[] inputs,
int[] outputs
)
<ObsoleteAttribute("Please use the Learn method.")>
Protected Function Run(Of T) (
inputs As T(),
outputs As Integer()
) As Double
Request Example
View SourceParameters
- inputs
- Type: T
- outputs
- Type: SystemInt32
Type Parameters
- T
Return Value
Type:
DoubleThe sum log-likelihood for all models after training.
See Also