Home | History | Annotate | Download | only in makedict

Lines Matching refs:stepSize

790         final double stepSize =
792 final double firstStepStart = 1 + unigramFrequency + (stepSize / 2.0);
793 final int discretizedFrequency = (int)((bigramFrequency - firstStepStart) / stepSize);