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 WekaEvaluationContainerAbstractWekaEvaluationPostProcessor. 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 StringAbstractWekaEvaluationPostProcessor. check(WekaEvaluationContainer cont)Checks the container whether it can be processed.protected List<WekaEvaluationContainer>AbstractWekaEvaluationPostProcessor. doPostProcess(WekaEvaluationContainer cont)Post-processes the evaluation container.protected WekaEvaluationContainerAbstractWekaEvaluationPostProcessor. 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 TAbstractWekaRepeatedCrossValidationOutput. doGenerateOutput(WekaEvaluationContainer[] conts)Generates the data.protected adams.data.spreadsheet.SpreadSheetPredictions. doGenerateOutput(WekaEvaluationContainer[] conts)Generates the data.protected adams.flow.container.SequencePlotterContainer[]SamplePlot. doGenerateOutput(WekaEvaluationContainer[] conts)Generates the data.protected adams.data.spreadsheet.SpreadSheetStatistics. doGenerateOutput(WekaEvaluationContainer[] conts)Generates the data.TAbstractWekaRepeatedCrossValidationOutput. generateOutput(WekaEvaluationContainer[] conts)Generates the data.abstract StringAbstractWekaRepeatedCrossValidationOutput. handles(WekaEvaluationContainer[] conts)Checks whether the cross-validation results can be processed.StringPredictions. handles(WekaEvaluationContainer[] conts)Checks whether the cross-validation results can be processed.StringSamplePlot. handles(WekaEvaluationContainer[] conts)Checks whether the cross-validation results can be processed.StringStatistics. 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.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.
-