Lines Matching full:confidence
119 minConf float64 // the lowest confidence accepted for the match
120 maxConf float64 // the highest confidence we expect for this match
151 if got, want := m.Confidence, tt.minConf; got < want {
152 … t.Errorf("NearestMatch(%q) returned confidence %v, want minimum of %v", tt.description, got, want)
154 if got, want := m.Confidence, tt.maxConf; got > want {
164 // The confidence values are retrieved by simply running the classifier
168 minConf float64 // the lowest confidence accepted for the match
169 maxConf float64 // the highest confidence we expect for this match
291 if got, want := m.Confidence, w.minConf; got < want {
294 if got, want := m.Confidence, w.maxConf; got > want {
335 Confidence: 0.42,
340 Confidence: 0.42,
347 Confidence: 0.42,
352 Confidence: 0.42,
362 Confidence: 0.42,
367 Confidence: 0.90,
374 Confidence: 0.90,
379 Confidence: 0.42,
389 Confidence: 0.42,
394 Confidence: 0.42,
401 Confidence: 0.42,
406 Confidence: 0.42,
417 Confidence: 0.42,
422 Confidence: 0.90,
429 Confidence: 0.90,
434 Confidence: 0.42,
444 Confidence: 0.42,
449 Confidence: 0.42,
456 Confidence: 0.42,
461 Confidence: 0.42,
471 Confidence: 0.42,
476 Confidence: 0.90,
483 Confidence: 0.90,
488 Confidence: 0.42,