|
HiddenMarkovClassifierLearningSmoothing Property
|
Gets or sets the smoothing kernel's sigma
for the threshold model.
Namespace:
Accord.Statistics.Models.Markov.Learning
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double Smoothing { get; set; }
Public Property Smoothing As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleThe smoothing kernel's sigma.
See Also