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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.h 83 static const int AGGRESSIVE_BASE_PROBABILITY;
forgetting_curve_utils.cpp 187 const int ForgettingCurveUtils::ProbabilityTable::AGGRESSIVE_BASE_PROBABILITY = 10;
228 return static_cast<float>(AGGRESSIVE_BASE_PROBABILITY * (level + 1));

Completed in 3181 milliseconds