|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResumableLearningAlgorithm
Interface for learning algorithms, which can be paused and later continued.
| Method Summary | |
|---|---|
void |
pause()
Pauses the algorithm (not all algorithms need to implement this operation). |
void |
resume()
Resumes the algorithm (not all algorithms need to implement this operation). |
| Method Detail |
|---|
void pause()
void resume()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||