See: Description
Class | Description |
---|---|
AllMetalsSplitter |
Splits CompositionDataset based on whether entries contain all metals.
|
AttributeIntervalSplitter |
This class splits data into multiple properties based on the attributes of each entry.
|
BaseDatasetSplitter |
This class provides an interface to Dataset splitting operations.
|
ClustererSplitter |
Split data based using unsupervised learning.
|
FilterSplitter |
Split entries based on whether they pass a BaseDatasetFilter.
|
MeasuredClassSplitter |
Splits based on measured class variable.
|
MixedMetalsSplitter |
This class splits a CompositionDataset into three subsets: all metals (0), no metals (1), mixture (2)
|
MultipleElementGroupsSplitter |
Splits entries into multiple groups depending on which elements they contain.
|
NonZeroClassificationSplitter |
Split data based on whether an entry is likely to have a non-zero class variable.
|
ObjectiveFunctionSplitter |
Split based on value of objective function.
|
PredictedClassIntervalSplitter |
Splits data based on whether the class variable is predicted to be within certain intervals.
|
SingleElementGroupSplitter |
Split dataset into two groups based on whether it contains certain elements.
|