Interface InstancesIndexedSplitsRunsGenerator
-
- All Superinterfaces:
Destroyable
,FlowContextHandler
,IndexedSplitsRunsGenerator
,OptionHandler
,QuickInfoSupporter
- All Known Implementing Classes:
AbstractInstancesIndexedSplitsRunsGenerator
,InstancesCrossValidationFoldGenerator
,InstancesGroupedCrossValidationFoldGenerator
,InstancesGroupedRandomSplitGenerator
,InstancesRandomSplitGenerator
public interface InstancesIndexedSplitsRunsGenerator extends IndexedSplitsRunsGenerator
Indicator interface for generators that process Instances objects.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATASET_NAME
static String
DATASET_NUMATTRIBUTES
static String
DATASET_NUMINSTANCES
static String
PREFIX_DATASET_ATTRIBUTE
static String
SUFFIX_NAME
static String
SUFFIX_TYPE
-
Method Summary
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.flow.core.FlowContextHandler
getFlowContext, setFlowContext
-
Methods inherited from interface adams.flow.transformer.indexedsplitsrunsgenerator.IndexedSplitsRunsGenerator
accepts, generate
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Field Detail
-
DATASET_NUMATTRIBUTES
static final String DATASET_NUMATTRIBUTES
- See Also:
- Constant Field Values
-
DATASET_NUMINSTANCES
static final String DATASET_NUMINSTANCES
- See Also:
- Constant Field Values
-
DATASET_NAME
static final String DATASET_NAME
- See Also:
- Constant Field Values
-
PREFIX_DATASET_ATTRIBUTE
static final String PREFIX_DATASET_ATTRIBUTE
- See Also:
- Constant Field Values
-
SUFFIX_NAME
static final String SUFFIX_NAME
- See Also:
- Constant Field Values
-
SUFFIX_TYPE
static final String SUFFIX_TYPE
- See Also:
- Constant Field Values
-
-