Quadratic Discriminant Analysis.Assume Equal Priors 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
public bool AssumeEqualPriors { get; set; }
Property Value
BooleanRemarks
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.