ingo.iqir.tasks
Class MaximumLikelihoodThreshold

java.lang.Object
  extended by ingo.iqir.tasks.MaximumLikelihoodThreshold
All Implemented Interfaces:
ThresholdPolicy

public class MaximumLikelihoodThreshold
extends Object
implements ThresholdPolicy

Adaptative threshold as proposed by CMU in "Maximum Likelihood Estimation for Filtering Thresholds." (TREC-11)

Author:
B. Piwowarski

Constructor Summary
MaximumLikelihoodThreshold()
           
 
Method Summary
 boolean accept(double score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaximumLikelihoodThreshold

public MaximumLikelihoodThreshold()
Method Detail

accept

public boolean accept(double score)
Specified by:
accept in interface ThresholdPolicy


Copyright © 2011. All Rights Reserved.