Linear Discriminant Function Class
Represents a discriminant function.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public class LinearDiscriminantFunction
- Inheritance
- Object → LinearDiscriminantFunction
Remarks
Use the LinearDiscriminantFunction class to access properties of the discriminant functions of a linear discriminant analysis.
Properties
Canonical | Gets the canonical correlation of the discriminant function. |
Coefficients | Gets the standardized coefficients of the discriminant function.. |
Cumulative | Gets the proportion of variance explained by the component and all more significant components. |
Eigenvalue | Gets the eigenvalue of the discriminant function. |
Eigenvalue | Gets the difference between the eigenvalues of the component and the next most significant component. |
Eigenvector | Gets the eigenvector for the component. |
Index | Gets the index of the function. |
Likelihood | Gets the likelihood ratio for the discriminant function. |
Proportion | Gets the proportion of variance explained by the component. |
Value | Gets the value of the discriminant function at the centroid of each group. |
Wilks | Gets the value of Wilks' Lambda for the discriminant function. |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get | Gets an F test that tests the significance of the canonical correlations of the current function and all remaining functions are 0. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |