GeneralDiscreteOptions Properties |
The GeneralDiscreteOptions type exposes the following members.
Name | Description | |
---|---|---|
Minimum |
Gets or sets the minimum allowed probability
in the frequency tables specifying the discrete
distribution. Default is 1e-10.
| |
Regularization |
Gets or sets how much percent of the previous value for
the distribution should be kept in its updated value. Default is 0.
| |
UseLaplaceRule |
Gets ors sets whether to use Laplace's rule of succession
to avoid zero probabilities. Default is false.
| |
UsePreviousValuesAsPriors |
Gets or sets whether current frequency values in the distribution
should be considered as priors during the next time the distribution
is estimated. Default is false.
|