|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.htwdd.rosenkoenig.neuro.net.training.TeachingAlgorithm
public abstract class TeachingAlgorithm
Base class of algorithms to train feed forward neural nets. All training parameters (e.g. learning rate, momentum, ...) can be accessed via the property trainer.
| Field Summary | |
|---|---|
protected Trainer |
trainer
All training parameters can be accessed via this property. |
| Constructor Summary | |
|---|---|
TeachingAlgorithm()
|
|
| Method Summary | |
|---|---|
Trainer |
getTrainer()
Getter of the property trainer |
void |
setTrainer(Trainer trainer)
Setter of the property trainer |
abstract void |
teachPatterns(java.util.List<Pattern> patterns)
Concrete teaching algorithms have to implement this method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Trainer trainer
| Constructor Detail |
|---|
public TeachingAlgorithm()
| Method Detail |
|---|
public Trainer getTrainer()
public void setTrainer(Trainer trainer)
trainer - The trainer to set.public abstract void teachPatterns(java.util.List<Pattern> patterns)
patterns - set of training patterns
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||