Searched refs:DECAY_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
43 private static final long DECAY_INTERVAL_MS = 100; field in HistoryTracker50 Math.pow(10, Math.log10(MINIMUM_SCORE) / HISTORY_MAX_AGE_MS * DECAY_INTERVAL_MS);190 double timeIntervals = (double) decayedTimeMs / DECAY_INTERVAL_MS; in getDecayedScore()