Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/
Dlang-id.cc156 void SetProbabilityThreshold(float threshold) { in SetProbabilityThreshold() function in libtextclassifier::nlp_core::lang_id::LangIdImpl
379 void LangId::SetProbabilityThreshold(float threshold) { in SetProbabilityThreshold() function in libtextclassifier::nlp_core::lang_id::LangId
380 pimpl_->SetProbabilityThreshold(threshold); in SetProbabilityThreshold()
Dlang-id.h70 void SetProbabilityThreshold(float threshold);