org.galagosearch.core.scoring
Interface DistributionSmoother

All Known Implementing Classes:
DirichletSmoother, LinearSmoother

public interface DistributionSmoother

Author:
trevor

Method Summary
 double smooth(double background, int count, int length)
           
 double smooth(java.lang.String word, int count, int length)
           
 

Method Detail

smooth

double smooth(java.lang.String word,
              int count,
              int length)

smooth

double smooth(double background,
              int count,
              int length)


Copyright © 2009. All Rights Reserved.