Quadratic Discriminant Analysis.Group Means Property
Gets the group means.
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 Vector<double>[] GroupMeans { get; }
Property Value
Vector<Double>[]Remarks
The group means are the centroids or average feature vectors for each class, calculated from the training data. Each mean vector represents the typical location of observations from its corresponding class in feature space.
These centroids serve as reference points for classification, with new observations being compared to each class centroid using the corresponding class-specific covariance matrix to determine class membership probabilities.