OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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