LinearDiscriminantFunction Class

Represents a linear discriminant function.

Definition

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

Remarks

Use the LinearDiscriminantFunction class to access properties of the discriminant functions of a linear discriminant analysis.

Properties

Coefficients Gets the vector of coefficients of the discriminant function.
Index 
Intercept Gets the intercept of the discriminant function.
Mean Gets the mean vector associated with this function.
Prior Gets the prior probability associated with this function's group.

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