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