|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joone.engine.AbstractLearner
public abstract class AbstractLearner
This class provides some basic simple functionality that can be used (extended) by other learners.
| Field Summary | |
|---|---|
protected Learnable |
learnable
The learnable, the object that is subjected to the learning process. |
protected LearnableLayer |
learnableLayer
The layer (biases) that is subjected to the learning process. |
protected LearnableSynapse |
learnableSynapse
The synapse (weights) that is subjected to the learning process. |
protected Monitor |
monitor
The saved monitor object. |
| Constructor Summary | |
|---|---|
AbstractLearner()
Creates a new instance of AbstractLearner |
|
| Method Summary | |
|---|---|
LearnableLayer |
getLayer()
Gets the layer the learner is associated with. |
Monitor |
getMonitor()
Gets the monitor object. |
LearnableSynapse |
getSynapse()
Gets the synapse the learner is associated with. |
void |
registerLearnable(Learnable aLearnable)
Learnable makes itself known to the Learner, also the type of Learnable is checked. |
void |
setMonitor(Monitor mon)
Override this method to get the needed parameters from the Monitor object passed as parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.joone.engine.Learner |
|---|
requestBiasUpdate, requestWeightUpdate |
| Field Detail |
|---|
protected Learnable learnable
protected LearnableLayer learnableLayer
protected LearnableSynapse learnableSynapse
protected Monitor monitor
| Constructor Detail |
|---|
public AbstractLearner()
| Method Detail |
|---|
public void registerLearnable(Learnable aLearnable)
registerLearnable in interface Learnerpublic void setMonitor(Monitor mon)
setMonitor in interface Learnerpublic Monitor getMonitor()
public LearnableLayer getLayer()
public LearnableSynapse getSynapse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||