Quadratic Discriminant Function Class
Represents a quadratic 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 QuadraticDiscriminantFunction- Inheritance
- Object → QuadraticDiscriminantFunction
Remarks
Use the QuadraticDiscriminantFunction class to access properties of the discriminant functions of a quadratic discriminant analysis.
Properties
| Covariance | Gets the covariance matrix associated with this function. |
| Error | Gets the misclassification error rate for this group. |
| Index | Gets the index of the function. |
| Mahalanobis | 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Evaluate( | Evaluates the discriminant function at the specified point. |
| Evaluate( | Evaluates the discriminant function at the specified point. |
| 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 | 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) |