org.dllearner.core
Interface ActiveLearningAlgorithm
- All Superinterfaces:
- Component, LearningAlgorithm
public interface ActiveLearningAlgorithm
- extends LearningAlgorithm
Active Learning algorithms are those, which can use feedback from an oracle.
- Author:
- Jens Lehmann
|
Method Summary |
void |
setOracle(Oracle oracle)
In order to separate/hide the implementation of an oracle from the active learning algorithm itself,
an oracle object is passed to the algorithm. |
| Methods inherited from interface org.dllearner.core.Component |
init |
setOracle
void setOracle(Oracle oracle)
- In order to separate/hide the implementation of an oracle from the active learning algorithm itself,
an oracle object is passed to the algorithm.
- Parameters:
oracle - The oracle to be used by the learning algorithm.
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann