public interface EnsembleLearningAlgorithm extends LearningAlgorithm
| Modifier and Type | Method and Description | 
|---|---|
| List<LearningAlgorithm> | getToCombine()Returns a list of the learning algorithm this ensemble method is combining | 
| void | setToCombine(List<LearningAlgorithm> toCombine) | 
duplicate, getLabels, getPredictionFunction, learn, reset, setLabelsvoid setToCombine(List<LearningAlgorithm> toCombine)
toCombine - the toCombine to setList<LearningAlgorithm> getToCombine()
Copyright © 2014 Semantic Analytics Group @ Uniroma2. All rights reserved.