Click or drag to resize
Accord.NET (logo)

NormalOptionsRobust Property

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.

Namespace:  Accord.Statistics.Distributions.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public bool Robust { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also