Package org.aksw.limes.core.controller
Interface ActiveLearningOracle
-
- All Known Implementing Classes:
AsynchronousServerOracle,ConsoleOracle
public interface ActiveLearningOracle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AMappingclassify(ActiveLearningExamples examples)intgetIteration()booleanisStopped()voidstop()
-
-
-
Method Detail
-
classify
AMapping classify(ActiveLearningExamples examples)
-
isStopped
boolean isStopped()
-
stop
void stop()
-
getIteration
int getIteration()
-
-