QuadraticDiscriminantAnalysis.Priors Property

Gets or sets the prior probabilities of the groups.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public Vector<double> Priors { get; set; }

Property Value

Vector<Double>

Remarks

If the priors are not set prior to fitting the model, the AssumeEqualPriors property determines how priors are determined.

See Also