Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.LowerStatistic
-
Packages that use LowerStatistic Package Description adams.flow.transformer.wekarepeatedcrossvalidationoutput adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated -
-
Uses of LowerStatistic in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Fields in adams.flow.transformer.wekarepeatedcrossvalidationoutput declared as LowerStatistic Modifier and Type Field Description protected LowerStatisticPredictions. m_Lowerthe lower value to compute.protected LowerStatisticSamplePlot. m_Lowerthe lower value to compute.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return LowerStatistic Modifier and Type Method Description LowerStatisticPredictions. getLower()Returns the lower value to output.LowerStatisticSamplePlot. getLower()Returns the lower value to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type LowerStatistic Modifier and Type Method Description voidPredictions. setLower(LowerStatistic value)Sets the lower value to output.voidSamplePlot. setLower(LowerStatistic value)Sets the lower value to output. -
Uses of LowerStatistic in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as LowerStatistic Modifier and Type Field Description protected LowerStatisticPredictions. m_Lowerthe lower value to compute.protected LowerStatisticSamplePlot. m_Lowerthe lower value to compute.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return LowerStatistic Modifier and Type Method Description LowerStatisticPredictions. getLower()Returns the lower value to output.LowerStatisticSamplePlot. getLower()Returns the lower value to output.static LowerStatisticLowerStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static LowerStatistic[]LowerStatistic. 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 LowerStatistic 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. setLower(LowerStatistic value)Sets the lower value to output.voidSamplePlot. setLower(LowerStatistic value)Sets the lower value to output.
-