Click or drag to resize
Accord.NET (logo)

MaximumLikelihoodLearningTDistribution Properties

The MaximumLikelihoodLearningTDistribution generic type exposes the following members.

Properties
  NameDescription
Public propertyFittingOptions
Gets or sets the distribution fitting options to use when estimating distribution densities during learning.
Public propertyModel
Gets the model being trained.
Public propertyUseLaplaceRule
Gets or sets whether to use Laplace's rule of succession to avoid zero probabilities.
Public propertyUseWeights
Gets or sets whether the emission fitting algorithm should present weighted samples or simply the clustered samples to the density estimation methods.
Top
See Also