HomeSort by relevance Sort by last modified time
    Searched refs:SetProbabilityThreshold (Results 1 - 2 of 2) sorted by null

  /external/libtextclassifier/lang_id/
lang-id.h 70 void SetProbabilityThreshold(float threshold);
lang-id.cc 55 // LangId::SetProbabilityThreshold().
156 void SetProbabilityThreshold(float threshold) {
379 void LangId::SetProbabilityThreshold(float threshold) {
380 pimpl_->SetProbabilityThreshold(threshold);

Completed in 275 milliseconds