Uses of Class
moa.gui.experimentertab.statisticaltests.RankPerAlgorithm
-
Packages that use RankPerAlgorithm Package Description moa.gui.experimentertab moa.gui.experimentertab.statisticaltests -
-
Uses of RankPerAlgorithm in moa.gui.experimentertab
Constructor parameters in moa.gui.experimentertab with type arguments of type RankPerAlgorithm Constructor Description RankingGraph(ArrayList<RankPerAlgorithm> algRank, ArrayList<PValuePerTwoAlgorithm> PValues, String imgPath, double pvalue)
Class constructor. -
Uses of RankPerAlgorithm in moa.gui.experimentertab.statisticaltests
Methods in moa.gui.experimentertab.statisticaltests that return types with arguments of type RankPerAlgorithm Modifier and Type Method Description ArrayList<RankPerAlgorithm>
StatisticalTest. getRankAlg()
Return the ranking of the algorithms.Methods in moa.gui.experimentertab.statisticaltests with parameters of type RankPerAlgorithm Modifier and Type Method Description int
RankPerAlgorithm. compareTo(RankPerAlgorithm r)
-