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)

graph LR AccuracyThresholds["AccuracyThresholds"] FieldType["FieldType"] getTrainingDistribution["getTrainingDistribution"] toTrainingSignalText["toTrainingSignalText"] AccuracyThresholds -->|uses| FieldType AccuracyThresholds -->|uses| getTrainingDistribution AccuracyThresholds -->|uses| toTrainingSignalText style AccuracyThresholds fill:#dbeafe,stroke:#2563eb,stroke-width:2px click AccuracyThresholds "6615b48ce086e8dd.html" click FieldType "e49ed8a601306673.html" click getTrainingDistribution "a91cb4e44bdcf500.html" click toTrainingSignalText "c362e39aba47223c.html"

Impact (Incoming)

graph LR AccuracyThresholds["AccuracyThresholds"] buildKeywordsFromDictionary["buildKeywordsFromDictionary"] buildKeywordsFromDictionary -->|uses| AccuracyThresholds style AccuracyThresholds fill:#dbeafe,stroke:#2563eb,stroke-width:2px click AccuracyThresholds "6615b48ce086e8dd.html" click buildKeywordsFromDictionary "dfb7d9bfef2aba38.html"
SourceType
buildKeywordsFromDictionary uses