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 CenterStatistic
Predictions. m_Statistic
the statistic to generate.protected CenterStatistic
SamplePlot. m_Statistic
the statistic to generate.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return CenterStatistic Modifier and Type Method Description CenterStatistic
Predictions. getStatistic()
Returns the statistic to output.CenterStatistic
SamplePlot. getStatistic()
Returns the statistic to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type CenterStatistic Modifier and Type Method Description void
Predictions. setStatistic(CenterStatistic value)
Sets the statistic to output.void
SamplePlot. 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 CenterStatistic
Predictions. m_Statistic
the statistic to generate.protected CenterStatistic
SamplePlot. m_Statistic
the statistic to generate.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return CenterStatistic Modifier and Type Method Description CenterStatistic
Predictions. getStatistic()
Returns the statistic to output.CenterStatistic
SamplePlot. getStatistic()
Returns the statistic to output.static CenterStatistic
CenterStatistic. 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.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. setStatistic(CenterStatistic value)
Sets the statistic to output.void
SamplePlot. setStatistic(CenterStatistic value)
Sets the statistic to output.
-