|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Learner
Method Summary | |
---|---|
void |
registerLearnable(Learnable l)
The Learnable calls this method to make itself known to the Learner |
void |
requestBiasUpdate(double[] currentGradientOuts)
Override this method to implement what should be done to LearnableLayers |
void |
requestWeightUpdate(double[] currentPattern,
double[] currentInps)
Override this method to implement what should be done to LearnableSynapses |
void |
setMonitor(Monitor mon)
Used to set the parameters used by this Learner |
Method Detail |
---|
void registerLearnable(Learnable l)
void requestBiasUpdate(double[] currentGradientOuts)
void requestWeightUpdate(double[] currentPattern, double[] currentInps)
void setMonitor(Monitor mon)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |