Click or drag to resize
Accord.NET (logo)

NormalOptions Properties

The NormalOptions type exposes the following members.

Properties
  NameDescription
Public propertyDiagonal
Gets or sets a value indicating whether the covariance matrix to be estimated should be assumed to be diagonal.
Public propertyPostprocessing
Gets or sets a post processing step can be called after all component distributions have been fitted (or their .Fit() method has been called).
Public propertyRegularization
Gets or sets the regularization step to avoid singular or non-positive definite covariance matrices. Default is 0. Setting this property to a small constant like 1e-6 is more efficient than setting Robust to true.
Public propertyRobust
Gets or sets whether the estimation function should allow non-positive definite covariance matrices by using the Singular Value Decomposition Function. Enabling this property can significantly increase learning times.
Public propertyShared
Top
See Also