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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
forgetting_curve_utils.h 90 static const float MIN_PROBABILITY_TO_DECAY;
forgetting_curve_utils.cpp 39 const float ForgettingCurveUtils::MIN_PROBABILITY_TO_DECAY = 0.03f;
96 const float thresholdToDecay = (1.0f - MIN_PROBABILITY_TO_DECAY) * currentRate;

Completed in 205 milliseconds