Uses of Class
moa.classifiers.core.statisticaltests.Cramer.CramerTest
-
Packages that use Cramer.CramerTest Package Description moa.classifiers.core.statisticaltests -
-
Uses of Cramer.CramerTest in moa.classifiers.core.statisticaltests
Methods in moa.classifiers.core.statisticaltests that return Cramer.CramerTest Modifier and Type Method Description Cramer.CramerTest
Cramer. cramerTest(List<Instance> x, List<Instance> y)
Cramer.CramerTest
Cramer. cramerTest(List<Instance> x, List<Instance> y, double confLevel, int replicates, String sim, boolean justStatistic, int kernel, double maxM, int k)
Cramer.CramerTest
Cramer. cramerTest1(List<List<Double>> x, List<List<Double>> y)
Cramer.CramerTest
Cramer. cramerTest1(List<List<Double>> x, List<List<Double>> y, double confLevel, int replicates, String sim, boolean justStatistic, int kernel, double maxM, int k)
-