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.LearningAlgorithm
start
 
Methods inherited from interface org.dllearner.core.Component
init
 

Method Detail

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.


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann