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 String
IndexedSplitsRunsCompatibility. isCompatible(Object data, IndexedSplitsRuns runs)
Checks whether the data is compatible with the indexed splits.String
InstancesIndexedSplitsRunsCompatibility. 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 IndexedSplitsRuns
AbstractIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)
Reads the split definitions from the specified reader.protected IndexedSplitsRuns
JsonIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)
Reads the split definitions from the specified reader.protected IndexedSplitsRuns
PropertiesIndexedSplitsRunsReader. doRead(Reader reader, MessageCollection errors)
Reads the split definitions from the specified reader.IndexedSplitsRuns
AbstractIndexedSplitsRunsReader. read(File file, MessageCollection errors)
Reads the split definitions from the specified file.IndexedSplitsRuns
AbstractIndexedSplitsRunsReader. 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 boolean
AbstractIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified reader.protected boolean
JsonIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified reader.protected boolean
PropertiesIndexedSplitsRunsWriter. doWrite(Writer writer, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified reader.boolean
AbstractIndexedSplitsRunsWriter. write(File file, IndexedSplitsRuns runs, MessageCollection errors)
Writes the split definitions to the specified file.boolean
AbstractIndexedSplitsRunsWriter. 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 String
AbstractIndexedSplitsRunsEvaluation. check(I data, IndexedSplitsRuns runs)
For checking the data.protected abstract O
AbstractIndexedSplitsRunsEvaluation. 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 String
NullEvaluation. doEvaluate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data.O
AbstractIndexedSplitsRunsEvaluation. evaluate(I data, IndexedSplitsRuns runs, MessageCollection errors)
Performs an evaluation by applying the indexed splits runs to the data.O
IndexedSplitsRunsEvaluation. 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 IndexedSplitsRuns
AbstractIndexedSplitsRunsGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesGroupedCrossValidationFoldGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesGroupedRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
InstancesRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
ManualSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
MultiRunGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
SpreadSheetRandomSplitGenerator. doGenerate(Object data, MessageCollection errors)
Generates the indexed splits.IndexedSplitsRuns
AbstractIndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)
Generates the indexed splits.IndexedSplitsRuns
IndexedSplitsRunsGenerator. generate(Object data, MessageCollection errors)
Generates the indexed splits.protected IndexedSplitsRuns
AbstractIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
For post-processing successfully generated splits.protected IndexedSplitsRuns
AbstractInstancesIndexedSplitsRunsGenerator. 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 IndexedSplitsRuns
AbstractIndexedSplitsRunsGenerator. postGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
For post-processing successfully generated splits.protected IndexedSplitsRuns
AbstractInstancesIndexedSplitsRunsGenerator. 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 String
AbstractIndexedSplitsRunsPredictions. check(T data, IndexedSplitsRuns runs)
For checking the data.String
InstancesIndexedSplitsRunsPredictions. check(weka.core.Instances data, IndexedSplitsRuns runs)
For checking the data.protected abstract SpreadSheet
AbstractIndexedSplitsRunsPredictions. doGenerate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.protected SpreadSheet
InstancesIndexedSplitsRunsPredictions. doGenerate(weka.core.Instances data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.protected SpreadSheet
NullPredictions. doGenerate(Object data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.SpreadSheet
AbstractIndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.SpreadSheet
IndexedSplitsRunsPredictions. generate(T data, IndexedSplitsRuns runs, MessageCollection errors)
Generates predictions by applying the indexed splits runs to the data.
-