Home
last modified time | relevance | path

Searched refs:firstStepStart (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictEncoderUtils.java620 final float firstStepStart = 1 + unigramFrequency + (stepSize / 2.0f); in getBigramFrequencyDiff() local
621 final int discretizedFrequency = (int)((bigramFrequency - firstStepStart) / stepSize); in getBigramFrequencyDiff()