|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MLResettable
Defines a Machine Learning Method that can be reset to an untrained starting point. Most weight based machine learning methods, such as neural networks support this. Support vector machines do not.
| Method Summary | |
|---|---|
void |
reset()
Reset the weights. |
void |
reset(int seed)
Reset the weights with a seed. |
| Method Detail |
|---|
void reset()
void reset(int seed)
seed - The seed value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||