Uses of Interface
adams.flow.transformer.indexedsplitsrunspredictions.IndexedSplitsRunsPredictions
-
Packages that use IndexedSplitsRunsPredictions Package Description adams.flow.transformer adams.flow.transformer.indexedsplitsrunspredictions -
-
Uses of IndexedSplitsRunsPredictions in adams.flow.transformer
Fields in adams.flow.transformer declared as IndexedSplitsRunsPredictions Modifier and Type Field Description protected IndexedSplitsRunsPredictions
IndexedSplitsRunsPredictions. m_Generator
the generator to use.Methods in adams.flow.transformer that return IndexedSplitsRunsPredictions Modifier and Type Method Description IndexedSplitsRunsPredictions
IndexedSplitsRunsPredictions. getGenerator()
Returns the generator to use.Methods in adams.flow.transformer with parameters of type IndexedSplitsRunsPredictions Modifier and Type Method Description void
IndexedSplitsRunsPredictions. setGenerator(IndexedSplitsRunsPredictions value)
Sets the generator to use. -
Uses of IndexedSplitsRunsPredictions in adams.flow.transformer.indexedsplitsrunspredictions
Classes in adams.flow.transformer.indexedsplitsrunspredictions that implement IndexedSplitsRunsPredictions Modifier and Type Class Description class
AbstractIndexedSplitsRunsPredictions<T>
Ancestor for generates predictions on indexed splits runs.class
InstancesIndexedSplitsRunsPredictions
Trains the referenced classifier on the training splits and generates predictions for the test splits.class
NullPredictions
Dummy, does nothing.
-