net.openai.ai.nn.learning
Class TestLearningRule

java.lang.Object
  |
  +--net.openai.ai.nn.learning.LearningRule
        |
        +--net.openai.ai.nn.learning.TestLearningRule
All Implemented Interfaces:
java.io.Serializable

public class TestLearningRule
extends LearningRule

Class declaration

Version:
%I%, %G%
Author:
See Also:
Serialized Form

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

TestLearningRule

public TestLearningRule()
Constructor declaration

Method Detail

correctLayer

public final void correctLayer(Layer layer,
                               TrainingElement trainingElement)
Method declaration

Specified by:
correctLayer in class LearningRule
Parameters:
layer -
trainingElement -
See Also:

ready

public final boolean ready(Layer layer)
Method declaration

Specified by:
ready in class LearningRule
Parameters:
layer -
Returns:
See Also:

getAlpha

public double getAlpha()
Needed for Castor


getBeta

public double getBeta()
Needed for Castor


setAlpha

public void setAlpha(double alpha)
Needed for Castor


setBeta

public void setBeta(double beta)
Needed for Castor


isOutputLayer

public boolean isOutputLayer()
Needed for Castor


setOutputLayer

public void setOutputLayer(boolean isOutputLayer)
Needed for Castor



Copyright - 2001 OpenAI Labs. All Rights Reserved.