Uses of Class
adams.data.indexedsplits.IndexedSplit
-
Packages that use IndexedSplit Package Description adams.data.indexedsplits adams.flow.transformer.indexedsplitsrunsevaluation adams.flow.transformer.indexedsplitsrunspredictions -
-
Uses of IndexedSplit in adams.data.indexedsplits
Constructor parameters in adams.data.indexedsplits with type arguments of type IndexedSplit Constructor Description IndexedSplits(Collection<IndexedSplit> c)
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator. -
Uses of IndexedSplit in adams.flow.transformer.indexedsplitsrunsevaluation
Methods in adams.flow.transformer.indexedsplitsrunsevaluation with parameters of type IndexedSplit Modifier and Type Method Description protected Map<String,weka.core.Instances>
InstancesIndexedSplitsRunsEvaluation. applyIndexedSplit(IndexedSplit indexedSplit, weka.core.Instances data)
Applies the splits defined in the indexed split and returns the generated subsets. -
Uses of IndexedSplit in adams.flow.transformer.indexedsplitsrunspredictions
Methods in adams.flow.transformer.indexedsplitsrunspredictions with parameters of type IndexedSplit Modifier and Type Method Description protected Map<String,weka.core.Instances>
InstancesIndexedSplitsRunsPredictions. applyIndexedSplit(IndexedSplit indexedSplit, weka.core.Instances data)
Applies the splits defined in the indexed split and returns the generated subsets.
-