QuadraticDiscriminantFunction.ErrorRate Property

Gets the misclassification error rate for this group.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public double ErrorRate { get; }

Property Value

Double

Remarks

The error rate represents the proportion of observations from this group that were incorrectly classified. It measures the classifier's accuracy specific to this group.

When deploying the classifier in production, you can use the error rate to set appropriate confidence thresholds or to decide when additional verification steps are needed. For example, in medical screening applications, groups with higher error rates might require secondary review procedures.

See Also