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 IndexedSplitsRunsPredictionsIndexedSplitsRunsPredictions. m_Generatorthe generator to use.Methods in adams.flow.transformer that return IndexedSplitsRunsPredictions Modifier and Type Method Description IndexedSplitsRunsPredictionsIndexedSplitsRunsPredictions. getGenerator()Returns the generator to use.Methods in adams.flow.transformer with parameters of type IndexedSplitsRunsPredictions Modifier and Type Method Description voidIndexedSplitsRunsPredictions. 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 classAbstractIndexedSplitsRunsPredictions<T>Ancestor for generates predictions on indexed splits runs.classInstancesIndexedSplitsRunsPredictionsTrains the referenced classifier on the training splits and generates predictions for the test splits.classNullPredictionsDummy, does nothing.
-