net.openai.ai.nn.transfer
Class TestTransferFunction

java.lang.Object
  |
  +--net.openai.ai.nn.transfer.TransferFunction
        |
        +--net.openai.ai.nn.transfer.TestTransferFunction
All Implemented Interfaces:
java.io.Serializable

public class TestTransferFunction
extends TransferFunction

Class declaration

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

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

Constructor Detail

TestTransferFunction

public TestTransferFunction()
Method Detail

transfer

public final void transfer(Neuron neuron)
Method declaration

Specified by:
transfer in class TransferFunction
Parameters:
neuron -
See Also:


Copyright - 2001 OpenAI Labs. All Rights Reserved.