Uses of Interface
adams.flow.transformer.indexedsplitsrunsgenerator.IndexedSplitsRunsGenerator
-
Packages that use IndexedSplitsRunsGenerator Package Description adams.flow.transformer adams.flow.transformer.indexedsplitsrunsgenerator -
-
Uses of IndexedSplitsRunsGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as IndexedSplitsRunsGenerator Modifier and Type Field Description protected IndexedSplitsRunsGenerator
IndexedSplitsRunsGenerator. m_Generator
the generator to use.Methods in adams.flow.transformer that return IndexedSplitsRunsGenerator Modifier and Type Method Description IndexedSplitsRunsGenerator
IndexedSplitsRunsGenerator. getGenerator()
Returns the generator to use.Methods in adams.flow.transformer with parameters of type IndexedSplitsRunsGenerator Modifier and Type Method Description void
IndexedSplitsRunsGenerator. setGenerator(IndexedSplitsRunsGenerator value)
Sets the generator to use. -
Uses of IndexedSplitsRunsGenerator in adams.flow.transformer.indexedsplitsrunsgenerator
Subinterfaces of IndexedSplitsRunsGenerator in adams.flow.transformer.indexedsplitsrunsgenerator Modifier and Type Interface Description interface
InstancesIndexedSplitsRunsGenerator
Indicator interface for generators that process Instances objects.interface
SpreadSheetIndexedSplitsRunsGenerator
Indicator interface for generators that process Instances objects.Classes in adams.flow.transformer.indexedsplitsrunsgenerator that implement IndexedSplitsRunsGenerator Modifier and Type Class Description class
AbstractIndexedSplitsRunsGenerator
Ancestor for schemes that generate indexed splits runs.class
AbstractInstancesIndexedSplitsRunsGenerator
Ancestor for generators that process Instances objects.class
AbstractSpreadSheetIndexedSplitsRunsGenerator
Ancestor for generators that process SpreadSheet objects.class
InstancesCrossValidationFoldGenerator
Split generator that generates folds for cross-validation for Instances objects.class
InstancesGroupedCrossValidationFoldGenerator
Split generator that generates folds for cross-validation for Instances objects.class
InstancesGroupedRandomSplitGenerator
Random split generator that works on Instances objects (groups instances).class
InstancesRandomSplitGenerator
Random split generator that works on Instances objects.class
ManualSplitGenerator
Uses the manually defined split ranges to generate the splits.class
MultiRunGenerator
Generates the specified number of runs using the configured base generator.class
SpreadSheetRandomSplitGenerator
Random split generator that works on spreadsheets.Fields in adams.flow.transformer.indexedsplitsrunsgenerator declared as IndexedSplitsRunsGenerator Modifier and Type Field Description protected IndexedSplitsRunsGenerator
MultiRunGenerator. m_Generator
the base generator.Methods in adams.flow.transformer.indexedsplitsrunsgenerator that return IndexedSplitsRunsGenerator Modifier and Type Method Description IndexedSplitsRunsGenerator
MultiRunGenerator. getGenerator()
Returns the generator to use for the runs.Methods in adams.flow.transformer.indexedsplitsrunsgenerator with parameters of type IndexedSplitsRunsGenerator Modifier and Type Method Description void
MultiRunGenerator. setGenerator(IndexedSplitsRunsGenerator value)
Sets the generator to use for the runs.
-