Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.UpperStatistic
-
Packages that use UpperStatistic Package Description adams.flow.transformer.wekarepeatedcrossvalidationoutput adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated -
-
Uses of UpperStatistic in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Fields in adams.flow.transformer.wekarepeatedcrossvalidationoutput declared as UpperStatistic Modifier and Type Field Description protected UpperStatisticPredictions. m_Upperthe upper value to compute.protected UpperStatisticSamplePlot. m_Upperthe upper value to compute.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return UpperStatistic Modifier and Type Method Description UpperStatisticPredictions. getUpper()Returns the upper value to output.UpperStatisticSamplePlot. getUpper()Returns the upper value to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type UpperStatistic Modifier and Type Method Description voidPredictions. setUpper(UpperStatistic value)Sets the upper value to output.voidSamplePlot. setUpper(UpperStatistic value)Sets the upper value to output. -
Uses of UpperStatistic in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as UpperStatistic Modifier and Type Field Description protected UpperStatisticPredictions. m_Upperthe upper value to compute.protected UpperStatisticSamplePlot. m_Upperthe upper value to compute.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return UpperStatistic Modifier and Type Method Description UpperStatisticPredictions. getUpper()Returns the upper value to output.UpperStatisticSamplePlot. getUpper()Returns the upper value to output.static UpperStatisticUpperStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static UpperStatistic[]UpperStatistic. 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 UpperStatistic 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. setUpper(UpperStatistic value)Sets the upper value to output.voidSamplePlot. setUpper(UpperStatistic value)Sets the upper value to output.
-