bsoc.nn
Class Transfer

java.lang.Object
  |
  +--bsoc.nn.Transfer

public class Transfer
extends java.lang.Object
implements java.io.Serializable

Implements the transfer function for neurons. The values are calculated at initialization time and stored in an array. If a value has to be calculated it is taken from this array.

See Also:
Serialized Form

Constructor Summary
Transfer()
           
Transfer(int stretch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transfer

public Transfer()

Transfer

public Transfer(int stretch)