public class ConsoleOracle extends Object implements ActiveLearningOracle
| Constructor and Description |
|---|
ConsoleOracle(int maxIterations) |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
classify(ActiveLearningExamples examples) |
int |
getIteration() |
boolean |
isStopped() |
void |
stop() |
public AMapping classify(ActiveLearningExamples examples)
classify in interface ActiveLearningOraclepublic boolean isStopped()
isStopped in interface ActiveLearningOraclepublic void stop()
stop in interface ActiveLearningOraclepublic int getIteration()
getIteration in interface ActiveLearningOracleCopyright © 2020. All rights reserved.