public class AsynchronousServerOracle extends Object implements ActiveLearningOracle
| Modifier and Type | Method and Description |
|---|---|
AMapping |
classify(ActiveLearningExamples examples) |
void |
completeClassification(List<Double> scores) |
ActiveLearningExamples |
getExamples() |
int |
getIteration() |
boolean |
isStopped() |
void |
stop() |
public AMapping classify(ActiveLearningExamples examples)
classify in interface ActiveLearningOraclepublic boolean isStopped()
isStopped in interface ActiveLearningOraclepublic int getIteration()
getIteration in interface ActiveLearningOraclepublic void stop()
stop in interface ActiveLearningOraclepublic ActiveLearningExamples getExamples()
Copyright © 2020. All rights reserved.