Home
last modified time | relevance | path

Searched refs:best_class (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/
Dtypes.h273 std::string best_class; variable
276 best_class = span.classification[0].collection;
280 << ", " << best_class << ", " << best_score << ")";
Dtext-classifier_test.cc44 MATCHER_P3(IsAnnotatedSpan, start, end, best_class, "") {
46 testing::Value(FirstResult(arg.classification), best_class);