![]() |
BaseMaximumLikelihoodLearningTModel, TDistribution, TObservation, TOptions Properties |
The BaseMaximumLikelihoodLearningTModel, TDistribution, TObservation, TOptions generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Emissions |
Gets or sets the function that initializes the emission
distributions in the hidden Markov Models.
|
![]() | FittingOptions |
Gets or sets the distribution fitting options
to use when estimating distribution densities
during learning.
|
![]() | Model |
Gets the model being trained.
|
![]() | Token |
Gets or sets a cancellation token that can be used to
stop the learning algorithm while it is running.
|
![]() | UseLaplaceRule |
Gets or sets whether to use Laplace's rule
of succession to avoid zero probabilities.
|
![]() | UseWeights |
Gets or sets whether the emission fitting algorithm should
present weighted samples or simply the clustered samples to
the density estimation
methods.
|