Uses of Class
adams.data.indexedsplits.IndexedSplitsRuns
-
-
Uses of IndexedSplitsRuns in adams.data.indexedsplits
Methods in adams.data.indexedsplits with parameters of type IndexedSplitsRuns Modifier and Type Method Description StringIndexedSplitsRunsCompatibility. isCompatible(Object data, IndexedSplitsRuns runs)Checks whether the data is compatible with the indexed splits.StringInstancesIndexedSplitsRunsCompatibility. isCompatible(Object data, IndexedSplitsRuns runs)Checks whether the data is compatible with the indexed splits. -
Uses of IndexedSplitsRuns in adams.data.io.input
Methods in adams.data.io.input that return IndexedSplitsRuns Modifier and Type Method Description protected abstract IndexedSplitsRunsAbstractIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader.protected IndexedSplitsRunsJsonIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader.protected IndexedSplitsRunsPropertiesIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader.IndexedSplitsRunsAbstractIndexedSplitsRunsReader. read(File file, MessageCollection errors)Reads the split definitions from the specified file.IndexedSplitsRunsAbstractIndexedSplitsRunsReader. read(Reader reader, MessageCollection errors)Reads the split definitions from the specified reader. -
Uses of IndexedSplitsRuns in adams.data.io.output
Methods in adams.data.io.output with parameters of type IndexedSplitsRuns Modifier and Type Method Description protected abstract booleanAbstractIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader.protected booleanJsonIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader.protected booleanPropertiesIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader.booleanAbstractIndexedSplitsRunsWriter. write(File file, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified file.booleanAbstractIndexedSplitsRunsWriter. write(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)Writes the split definitions to the specified reader. -
Uses of IndexedSplitsRuns in adams.flow.transformer.indexedsplitsrunsevaluation
Methods in adams.flow.transformer.indexedsplitsrunsevaluation with parameters of type IndexedSplitsRuns Modifier and Type Method Description StringAbstractIndexedSplitsRunsEvaluation. check(I data, IndexedSplitsRuns runs)For checking the data.protected abstract OAbstractIndexedSplitsRunsEvaluation. doEvaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.protected WekaEvaluationContainer[]InstancesIndexedSplitsRunsEvaluation. doEvaluate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.protected StringNullEvaluation. doEvaluate(Object data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.OAbstractIndexedSplitsRunsEvaluation. evaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data.OIndexedSplitsRunsEvaluation. evaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)Performs an evaluation by applying the indexed splits runs to the data. -
Uses of IndexedSplitsRuns in adams.flow.transformer.indexedsplitsrunsgenerator
Methods in adams.flow.transformer.indexedsplitsrunsgenerator that return IndexedSplitsRuns Modifier and Type Method Description protected abstract IndexedSplitsRunsAbstractIndexedSplitsRunsGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesGroupedCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesGroupedRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsInstancesRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsManualSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsMultiRunGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsSpreadSheetRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)Generates the indexed splits.IndexedSplitsRunsAbstractIndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)Generates the indexed splits.IndexedSplitsRunsIndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)Generates the indexed splits.protected IndexedSplitsRunsAbstractIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)For post-processing successfully generated splits.protected IndexedSplitsRunsAbstractInstancesIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)For post-processing successfully generated splits.Methods in adams.flow.transformer.indexedsplitsrunsgenerator with parameters of type IndexedSplitsRuns Modifier and Type Method Description protected IndexedSplitsRunsAbstractIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)For post-processing successfully generated splits.protected IndexedSplitsRunsAbstractInstancesIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)For post-processing successfully generated splits. -
Uses of IndexedSplitsRuns in adams.flow.transformer.indexedsplitsrunspredictions
Methods in adams.flow.transformer.indexedsplitsrunspredictions with parameters of type IndexedSplitsRuns Modifier and Type Method Description StringAbstractIndexedSplitsRunsPredictions. check(T data, IndexedSplitsRuns runs)For checking the data.StringInstancesIndexedSplitsRunsPredictions. check(weka.core.Instances data, IndexedSplitsRuns runs)For checking the data.protected abstract SpreadSheetAbstractIndexedSplitsRunsPredictions. doGenerate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.protected SpreadSheetInstancesIndexedSplitsRunsPredictions. doGenerate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.protected SpreadSheetNullPredictions. doGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.SpreadSheetAbstractIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.SpreadSheetIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)Generates predictions by applying the indexed splits runs to the data.
-