Searched refs:STRONG_BASE_PROBABILITY (Results 1 – 2 of 2) sorted by relevance
186 const int ForgettingCurveUtils::ProbabilityTable::STRONG_BASE_PROBABILITY = 9; member in latinime::ForgettingCurveUtils::ProbabilityTable225 return static_cast<float>(STRONG_BASE_PROBABILITY * (level + 1)); in getBaseProbabilityForLevel()
82 static const int STRONG_BASE_PROBABILITY; variable