Uses of Class
adams.flow.container.WekaEvaluationContainer
-
-
Uses of WekaEvaluationContainer in adams.flow.transformer.indexedsplitsrunsevaluation
Methods in adams.flow.transformer.indexedsplitsrunsevaluation that return WekaEvaluationContainer Modifier and Type Method Description protected WekaEvaluationContainer[]
InstancesIndexedSplitsRunsEvaluation. doEvaluate(weka.core.Instances data, adams.data.indexedsplits.IndexedSplitsRuns runs, adams.core.MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data. -
Uses of WekaEvaluationContainer in adams.flow.transformer.wekaevaluationpostprocessor
Methods in adams.flow.transformer.wekaevaluationpostprocessor that return WekaEvaluationContainer Modifier and Type Method Description protected WekaEvaluationContainer
AbstractWekaEvaluationPostProcessor. newContainer(String suffix, WekaEvaluationContainer cont, gnu.trove.list.TIntList indices)
Creates a new evaluation container from the specified subset of predictions.Methods in adams.flow.transformer.wekaevaluationpostprocessor that return types with arguments of type WekaEvaluationContainer Modifier and Type Method Description protected List<WekaEvaluationContainer>
AbstractWekaEvaluationPostProcessor. doPostProcess(WekaEvaluationContainer cont)
Post-processes the evaluation container.List<WekaEvaluationContainer>
AbstractWekaEvaluationPostProcessor. postProcess(WekaEvaluationContainer cont)
Post-processes the evaluation container.Methods in adams.flow.transformer.wekaevaluationpostprocessor with parameters of type WekaEvaluationContainer Modifier and Type Method Description protected String
AbstractWekaEvaluationPostProcessor. check(WekaEvaluationContainer cont)
Checks the container whether it can be processed.protected List<WekaEvaluationContainer>
AbstractWekaEvaluationPostProcessor. doPostProcess(WekaEvaluationContainer cont)
Post-processes the evaluation container.protected WekaEvaluationContainer
AbstractWekaEvaluationPostProcessor. newContainer(String suffix, WekaEvaluationContainer cont, gnu.trove.list.TIntList indices)
Creates a new evaluation container from the specified subset of predictions.List<WekaEvaluationContainer>
AbstractWekaEvaluationPostProcessor. postProcess(WekaEvaluationContainer cont)
Post-processes the evaluation container. -
Uses of WekaEvaluationContainer in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type WekaEvaluationContainer Modifier and Type Method Description protected abstract T
AbstractWekaRepeatedCrossValidationOutput. doGenerateOutput(WekaEvaluationContainer[] conts)
Generates the data.protected adams.data.spreadsheet.SpreadSheet
Predictions. doGenerateOutput(WekaEvaluationContainer[] conts)
Generates the data.protected adams.flow.container.SequencePlotterContainer[]
SamplePlot. doGenerateOutput(WekaEvaluationContainer[] conts)
Generates the data.protected adams.data.spreadsheet.SpreadSheet
Statistics. doGenerateOutput(WekaEvaluationContainer[] conts)
Generates the data.T
AbstractWekaRepeatedCrossValidationOutput. generateOutput(WekaEvaluationContainer[] conts)
Generates the data.abstract String
AbstractWekaRepeatedCrossValidationOutput. handles(WekaEvaluationContainer[] conts)
Checks whether the cross-validation results can be processed.String
Predictions. handles(WekaEvaluationContainer[] conts)
Checks whether the cross-validation results can be processed.String
SamplePlot. handles(WekaEvaluationContainer[] conts)
Checks whether the cross-validation results can be processed.String
Statistics. handles(WekaEvaluationContainer[] conts)
Checks whether the cross-validation results can be processed. -
Uses of WekaEvaluationContainer in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type WekaEvaluationContainer 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.
-