Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
The smoothing kernel's sigma.
See Also