Package org.aksw.limes.core.controller
Class ConsoleOracle
- java.lang.Object
-
- org.aksw.limes.core.controller.ConsoleOracle
-
- All Implemented Interfaces:
ActiveLearningOracle
public class ConsoleOracle extends Object implements ActiveLearningOracle
-
-
Constructor Summary
Constructors Constructor Description ConsoleOracle(int maxIterations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMappingclassify(ActiveLearningExamples examples)intgetIteration()booleanisStopped()voidstop()
-
-
-
Method Detail
-
classify
public AMapping classify(ActiveLearningExamples examples)
- Specified by:
classifyin interfaceActiveLearningOracle
-
isStopped
public boolean isStopped()
- Specified by:
isStoppedin interfaceActiveLearningOracle
-
stop
public void stop()
- Specified by:
stopin interfaceActiveLearningOracle
-
getIteration
public int getIteration()
- Specified by:
getIterationin interfaceActiveLearningOracle
-
-