Class PValuePerTwoAlgorithm
- java.lang.Object
-
- moa.gui.experimentertab.statisticaltests.PValuePerTwoAlgorithm
-
public class PValuePerTwoAlgorithm extends Object
- Author:
- Alberto Verdecia Cabrera (averdeciac@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description PValuePerTwoAlgorithm(String algName1, String algName2, double PValue)
Costructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static int
getIndex(ArrayList<PValuePerTwoAlgorithm> pvalues, String name1, String name2)
boolean
isSignicativeBetterThan(double PValue)
-
-
-
Method Detail
-
isSignicativeBetterThan
public boolean isSignicativeBetterThan(double PValue)
- Parameters:
PValue
-- Returns:
-
getIndex
public static int getIndex(ArrayList<PValuePerTwoAlgorithm> pvalues, String name1, String name2)
- Parameters:
pvalues
-name1
-name2
-- Returns:
-
-