Linear Discriminant Direction Class
Represents a discriminant function.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public class LinearDiscriminantDirection- Inheritance
- Object → LinearDiscriminantDirection
Remarks
Use the LinearDiscriminantDirection class to access properties of the discriminant directions 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 direction. |
| 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 direction and all remaining direction 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) |