Click or drag to resize
Accord.NET (logo)

BaseMaximumLikelihoodLearningTModel, TDistribution, TObservation, TOptionsUseWeights Property

Gets or sets whether the emission fitting algorithm should present weighted samples or simply the clustered samples to the density estimation methods.

Namespace:  Accord.Statistics.Models.Markov.Learning
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool UseWeights { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also