public interface Retrainable
| Modifier and Type | Method and Description |
|---|---|
boolean |
retrain(SentenceData09 sentence,
float upd,
int iterations)
Retrains with a update factor (upd).
|
boolean |
retrain(SentenceData09 sentence,
float upd,
int iterations,
boolean print) |
boolean retrain(SentenceData09 sentence, float upd, int iterations)
sentence - the data container of the new example.upd - the update factor, e.g. 0.01iterations - maximal number of iterations that are tried to adapt the system.boolean retrain(SentenceData09 sentence, float upd, int iterations, boolean print)
Copyright © 2013. All rights reserved.