|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.openai.ai.nn.learning.LearningRule
|
+--net.openai.ai.nn.learning.TestLearningRule
Class declaration
| Constructor Summary | |
TestLearningRule()
Constructor declaration |
|
| Method Summary | |
void |
correctLayer(Layer layer,
TrainingElement trainingElement)
Method declaration |
double |
getAlpha()
Needed for Castor |
double |
getBeta()
Needed for Castor |
boolean |
isOutputLayer()
Needed for Castor |
boolean |
ready(Layer layer)
Method declaration |
void |
setAlpha(double alpha)
Needed for Castor |
void |
setBeta(double beta)
Needed for Castor |
void |
setOutputLayer(boolean isOutputLayer)
Needed for Castor |
| Methods inherited from class net.openai.ai.nn.learning.LearningRule |
db |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestLearningRule()
| Method Detail |
public final void correctLayer(Layer layer,
TrainingElement trainingElement)
correctLayer in class LearningRulelayer - trainingElement - public final boolean ready(Layer layer)
ready in class LearningRulelayer -
public double getAlpha()
public double getBeta()
public void setAlpha(double alpha)
public void setBeta(double beta)
public boolean isOutputLayer()
public void setOutputLayer(boolean isOutputLayer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||