QuadraticDiscriminantFunction Class

Represents a quadratic discriminant function.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public class QuadraticDiscriminantFunction
Inheritance
Object  →  QuadraticDiscriminantFunction

Remarks

Use the QuadraticDiscriminantFunction class to access properties of the discriminant functions of a quadratic discriminant analysis.

Properties

CovarianceMatrix Gets the covariance matrix associated with this function.
ErrorRate Gets the misclassification error rate for this group.
Index Gets the index of the function.
MahalanobisDistances Gets the Mahalanobis distances of the centroid of this group to all other centroids.
Mean Gets the mean vector associated with this function.
Prior Gets the prior probability associated with this function's group.
Separability Gets the separability measures between this group and all other groups.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Evaluate(Vector<Double>) Evaluates the discriminant function at the specified point.
Evaluate(Matrix<Double>, Vector<Double>) Evaluates the discriminant function at the specified point.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also