org.galagosearch.core.eval
Class SetRetrievalComparator
java.lang.Object
org.galagosearch.core.eval.SetRetrievalComparator
public class SetRetrievalComparator
- extends java.lang.Object
- Author:
- trevor
|
Constructor Summary |
SetRetrievalComparator(java.util.Map<java.lang.String,java.lang.Double> baseline,
java.util.Map<java.lang.String,java.lang.Double> treatment)
Creates a new instance of SetRetrievalComparator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetRetrievalComparator
public SetRetrievalComparator(java.util.Map<java.lang.String,java.lang.Double> baseline,
java.util.Map<java.lang.String,java.lang.Double> treatment)
- Creates a new instance of SetRetrievalComparator
meanBaselineMetric
public double meanBaselineMetric()
meanTreatmentMetric
public double meanTreatmentMetric()
countTreatmentBetter
public int countTreatmentBetter()
countBaselineBetter
public int countBaselineBetter()
countEqual
public int countEqual()
supportedHypothesis
public double supportedHypothesis(java.lang.String testName,
double pvalue)
test
public double test(java.lang.String testName,
double boost)
pairedTTest
public double pairedTTest()
pairedTTest
public double pairedTTest(double boost)
signTest
public double signTest()
signTest
public double signTest(double boost)
randomizedTest
public double randomizedTest()
randomizedTest
public double randomizedTest(double boost)
Copyright © 2009. All Rights Reserved.