AccuracyThresholds interface exported
Last updated: 2026-02-24T21:07:57.579Z
Metrics
LOC: 8
Complexity: 1
Params: 0
Signature
interface AccuracyThresholds
Source Code
export interface AccuracyThresholds {
/** Minimum global accuracy for validation pass */
globalMin: number;
/** Minimum per-type accuracy for validation pass */
perTypeMin: number;
/** Maximum acceptable "unknown" classification rate */
maxUnknownRate: number;
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| FieldType | uses |
| getTrainingDistribution | uses |
| toTrainingSignalText | uses |
Impact (Incoming)
| Source | Type |
|---|---|
| buildKeywordsFromDictionary | uses |