|
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; }
Public Property UseWeights As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also