EvalMisclassified type test

Last updated: 2026-03-03T14:14:21.888Z

Metrics

LOC: 5 Complexity: 1 Params: 0

Signature

type EvalMisclassified

Source Code

type EvalMisclassified = Array<{
  signals: string;
  expected: FieldType;
  predicted: FieldType;
}>;

Dependencies (Outgoing)

graph LR EvalMisclassified["EvalMisclassified"] FieldType["FieldType"] validateClassifier["validateClassifier"] testClassifier["testClassifier"] augmentTrainingSamples["augmentTrainingSamples"] buildKeywordsFromDictionary["buildKeywordsFromDictionary"] getBalancingNeeds["getBalancingNeeds"] getUncoveredDictionaryTypes["getUncoveredDictionaryTypes"] checkDatasetHealth["checkDatasetHealth"] EvalMisclassified -->|uses| FieldType EvalMisclassified -->|uses| validateClassifier EvalMisclassified -->|uses| testClassifier EvalMisclassified -->|uses| augmentTrainingSamples EvalMisclassified -->|uses| buildKeywordsFromDictionary EvalMisclassified -->|uses| getBalancingNeeds EvalMisclassified -->|uses| getUncoveredDictionaryTypes EvalMisclassified -->|uses| checkDatasetHealth style EvalMisclassified fill:#dbeafe,stroke:#2563eb,stroke-width:2px click EvalMisclassified "4e0d00ef54656ad2.html" click FieldType "e49ed8a601306673.html" click validateClassifier "86cd7e4340374af1.html" click testClassifier "172c1c69c62be40a.html" click augmentTrainingSamples "40bb393b12ff4d6e.html" click buildKeywordsFromDictionary "dfb7d9bfef2aba38.html" click getBalancingNeeds "260c9ebb87465dd1.html" click getUncoveredDictionaryTypes "ac720f861f543315.html" click checkDatasetHealth "3be8e84862588bff.html"

No incoming dependencies.