QuadraticDiscriminantAnalysis.AssumeEqualPriors Property

Gets or sets whether the group priors are assumed to be equal.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public bool AssumeEqualPriors { get; set; }

Property Value

Boolean

Remarks

This property is only relevant when the Priors property is not set. In this case, it determines whether the priors are assumed to be equal, or are inferred from the group sizes in the input.

The default is true.

See Also