Quadratic Discriminant Function.Error Rate 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
public double ErrorRate { get; }
Property Value
DoubleRemarks
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.