Click or drag to resize
Accord.NET (logo)

GeneralDiscreteOptions Properties

The GeneralDiscreteOptions type exposes the following members.

Properties
  NameDescription
Public propertyMinimum
Gets or sets the minimum allowed probability in the frequency tables specifying the discrete distribution. Default is 1e-10.
Public propertyRegularization
Gets or sets how much percent of the previous value for the distribution should be kept in its updated value. Default is 0.
Public propertyUseLaplaceRule
Gets ors sets whether to use Laplace's rule of succession to avoid zero probabilities. Default is false.
Public propertyUsePreviousValuesAsPriors
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.
Top
See Also