pub const DEFAULT_HIGH_CONFIDENCE_THRESHOLD: f64 = 0.60;Expand description
Default confidence threshold for the
VendorClassification::is_high_confidence flag.
Callers can override the threshold via
VendorClassifier::with_threshold. Values outside the
(0.0, 1.0] range fall back to this default.