Searched refs:WEAK_MAX_PROBABILITY (Results 1 – 2 of 2) sorted by relevance
184 const int ForgettingCurveUtils::ProbabilityTable::WEAK_MAX_PROBABILITY = 127; member in latinime::ForgettingCurveUtils::ProbabilityTable219 return static_cast<float>(WEAK_MAX_PROBABILITY / (1 << (MAX_LEVEL - level))); in getBaseProbabilityForLevel()
80 static const int WEAK_MAX_PROBABILITY; variable