|
BaseBaumWelchLearningOptionsTModel, TDistribution, TObservation, TOptionsFit Method
|
Fits one emission distribution. This method can be override in a
base class in order to implement special fitting options.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected override void Fit(
int index,
TObservation[] values,
double[] weights
)
Protected Overrides Sub Fit (
index As Integer,
values As TObservation(),
weights As Double()
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
- values
- Type: TObservation
- weights
- Type: SystemDouble
See Also