public interface MetaLearningAlgorithm extends LearningAlgorithm
Modifier and Type | Method and Description |
---|---|
LearningAlgorithm |
getBaseAlgorithm()
Returns the base algorithm this meta algorithm is based on
|
void |
setBaseAlgorithm(LearningAlgorithm baseAlgorithm) |
duplicate, getLabels, getPredictionFunction, learn, reset, setLabels
void setBaseAlgorithm(LearningAlgorithm baseAlgorithm)
baseAlgorithm
- the baseAlgorithm to setLearningAlgorithm getBaseAlgorithm()
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.