Class McNemarsTest
- java.lang.Object
-
- org.aksw.limes.core.evaluation.qualititativeMeasures.McNemarsTest
-
public class McNemarsTest extends Object
Implements McNemar's Test- Author:
- Daniel Obraczka
-
-
Constructor Summary
Constructors Constructor Description McNemarsTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublecalculate(int[] successesAndFailures)static doublecalculate(int successes, int failures)static doublecalculate(AMapping a, AMapping b, AMapping reference)static intgetSuccesses(AMapping a, AMapping b, AMapping reference)
-