net.openai.ai.nn.input
Class TestInputFunction

java.lang.Object
  |
  +--net.openai.ai.nn.input.InputFunction
        |
        +--net.openai.ai.nn.input.TestInputFunction
All Implemented Interfaces:
java.io.Serializable

public class TestInputFunction
extends InputFunction

Class declaration

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

Constructor Summary
TestInputFunction()
           
 
Method Summary
 void calculateInput(Neuron neuron)
          Method declaration
 
Methods inherited from class net.openai.ai.nn.input.InputFunction
db
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInputFunction

public TestInputFunction()
Method Detail

calculateInput

public final void calculateInput(Neuron neuron)
Method declaration

Specified by:
calculateInput in class InputFunction
Parameters:
neuron -
See Also:


Copyright - 2001 OpenAI Labs. All Rights Reserved.