Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.CenterStatistic
-
Packages that use CenterStatistic Package Description adams.flow.transformer.wekarepeatedcrossvalidationoutput adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated -
-
Uses of CenterStatistic in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Fields in adams.flow.transformer.wekarepeatedcrossvalidationoutput declared as CenterStatistic Modifier and Type Field Description protected CenterStatisticPredictions. m_Statisticthe statistic to generate.protected CenterStatisticSamplePlot. m_Statisticthe statistic to generate.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return CenterStatistic Modifier and Type Method Description CenterStatisticPredictions. getStatistic()Returns the statistic to output.CenterStatisticSamplePlot. getStatistic()Returns the statistic to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type CenterStatistic Modifier and Type Method Description voidPredictions. setStatistic(CenterStatistic value)Sets the statistic to output.voidSamplePlot. setStatistic(CenterStatistic value)Sets the statistic to output. -
Uses of CenterStatistic in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as CenterStatistic Modifier and Type Field Description protected CenterStatisticPredictions. m_Statisticthe statistic to generate.protected CenterStatisticSamplePlot. m_Statisticthe statistic to generate.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return CenterStatistic Modifier and Type Method Description CenterStatisticPredictions. getStatistic()Returns the statistic to output.CenterStatisticSamplePlot. getStatistic()Returns the statistic to output.static CenterStatisticCenterStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static CenterStatistic[]CenterStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type CenterStatistic Modifier and Type Method Description static adams.data.spreadsheet.SpreadSheetPredictionUtils. calcStats(WekaEvaluationContainer[] conts, adams.data.spreadsheet.SpreadSheet additional, adams.core.MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, adams.core.logging.Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics.static adams.data.spreadsheet.SpreadSheetPredictionUtils. calcStats(ResultItem item, adams.core.MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, adams.core.logging.Logger logger, gnu.trove.list.TIntList cols)Generates a spreadsheet with the statistics.static adams.data.spreadsheet.SpreadSheetPredictionUtils. calcStats(ResultItem item, adams.core.MessageCollection errors, CenterStatistic centerStat, LowerStatistic lowerStat, UpperStatistic upperStat, int numDecimals, adams.core.logging.Logger logger, gnu.trove.list.TIntList cols, boolean addActual)Generates a spreadsheet with the statistics.voidPredictions. setStatistic(CenterStatistic value)Sets the statistic to output.voidSamplePlot. setStatistic(CenterStatistic value)Sets the statistic to output.
-