|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StoppableLearningAlgorithm
Interface for algorithms, which can be stopped and checked whether they are running. This allows learning algorithms to be run in separate threads or be terminated by the user.
| Method Summary | |
|---|---|
boolean |
isRunning()
Returns whether the learning algorithm is running. |
void |
stop()
Stops the algorithm gracefully. |
| Methods inherited from interface org.dllearner.core.LearningAlgorithm |
|---|
start |
| Methods inherited from interface org.dllearner.core.Component |
|---|
init |
| Method Detail |
|---|
void stop()
boolean isRunning()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||