LinearDiscriminantAnalysis.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.0
C#
public Vector<double> Priors { get; set; }

Property Value

Vector<Double>

See Also