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 UpperStatistic
Predictions. m_Upper
the upper value to compute.protected UpperStatistic
SamplePlot. m_Upper
the upper value to compute.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return UpperStatistic Modifier and Type Method Description UpperStatistic
Predictions. getUpper()
Returns the upper value to output.UpperStatistic
SamplePlot. getUpper()
Returns the upper value to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type UpperStatistic Modifier and Type Method Description void
Predictions. setUpper(UpperStatistic value)
Sets the upper value to output.void
SamplePlot. 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 UpperStatistic
Predictions. m_Upper
the upper value to compute.protected UpperStatistic
SamplePlot. m_Upper
the upper value to compute.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return UpperStatistic Modifier and Type Method Description UpperStatistic
Predictions. getUpper()
Returns the upper value to output.UpperStatistic
SamplePlot. getUpper()
Returns the upper value to output.static UpperStatistic
UpperStatistic. 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.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. setUpper(UpperStatistic value)
Sets the upper value to output.void
SamplePlot. setUpper(UpperStatistic value)
Sets the upper value to output.
-