Home | History | Annotate | Download | only in style

Lines Matching full:min_confidence

299     return DefaultCommandOptionValues(min_confidence=_DEFAULT_MIN_CONFIDENCE,
326 min_confidence=options.min_confidence,
496 min_confidence):
508 handle_style_error, min_confidence)
529 def dispatch(self, file_path, handle_style_error, min_confidence):
536 min_confidence)
547 min_confidence: An integer between 1 and 5 inclusive that is the
561 min_confidence,
574 min_confidence: An integer between 1 and 5 inclusive that is the
590 self.min_confidence = min_confidence
608 if confidence_in_error < self.min_confidence:
758 min_confidence = self._configuration.min_confidence
761 min_confidence)