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 LowerStatistic
Predictions. m_Lower
the lower value to compute.protected LowerStatistic
SamplePlot. m_Lower
the lower value to compute.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return LowerStatistic Modifier and Type Method Description LowerStatistic
Predictions. getLower()
Returns the lower value to output.LowerStatistic
SamplePlot. getLower()
Returns the lower value to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type LowerStatistic Modifier and Type Method Description void
Predictions. setLower(LowerStatistic value)
Sets the lower value to output.void
SamplePlot. 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 LowerStatistic
Predictions. m_Lower
the lower value to compute.protected LowerStatistic
SamplePlot. m_Lower
the lower value to compute.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return LowerStatistic Modifier and Type Method Description LowerStatistic
Predictions. getLower()
Returns the lower value to output.LowerStatistic
SamplePlot. getLower()
Returns the lower value to output.static LowerStatistic
LowerStatistic. 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.SpreadSheet
PredictionUtils. 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.SpreadSheet
PredictionUtils. 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.SpreadSheet
PredictionUtils. 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.void
Predictions. setLower(LowerStatistic value)
Sets the lower value to output.void
SamplePlot. setLower(LowerStatistic value)
Sets the lower value to output.
-