|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferFunction | |
---|---|
org.neuroph.contrib | Provides various contributions from the Neuroph community. |
org.neuroph.core | Provides base classes and basic building components for neural networks. |
org.neuroph.core.transfer | Provides common neuron transfer functions |
org.neuroph.nnet.comp | Provides components for the specific neural network models. |
Uses of TransferFunction in org.neuroph.contrib |
---|
Subclasses of TransferFunction in org.neuroph.contrib | |
---|---|
class |
IACFunction
Transfer function for Neuron in Interactive Activation Neural Network. |
Uses of TransferFunction in org.neuroph.core |
---|
Fields in org.neuroph.core declared as TransferFunction | |
---|---|
protected TransferFunction |
Neuron.transferFunction
Transfer function for this neuron |
Methods in org.neuroph.core that return TransferFunction | |
---|---|
TransferFunction |
Neuron.getTransferFunction()
Returns transfer function |
Methods in org.neuroph.core with parameters of type TransferFunction | |
---|---|
void |
Neuron.setTransferFunction(TransferFunction transferFunction)
Sets transfer function |
Constructors in org.neuroph.core with parameters of type TransferFunction | |
---|---|
Neuron(InputFunction inputFunction,
TransferFunction transferFunction)
Creates an instance of Neuron with the specified input and transfer functions. |
Uses of TransferFunction in org.neuroph.core.transfer |
---|
Subclasses of TransferFunction in org.neuroph.core.transfer | |
---|---|
class |
Gaussian
Gaussian neuron transfer function. |
class |
Linear
Linear neuron transfer function. |
class |
Ramp
Ramp neuron transfer function. |
class |
Sgn
Sgn neuron transfer function. |
class |
Sigmoid
Sigmoid neuron transfer function. |
class |
Step
Step neuron transfer function. |
class |
Tanh
Tanh neuron transfer function. |
class |
Trapezoid
Fuzzy trapezoid neuron tranfer function. |
Uses of TransferFunction in org.neuroph.nnet.comp |
---|
Constructors in org.neuroph.nnet.comp with parameters of type TransferFunction | |
---|---|
CompetitiveNeuron(InputFunction inputFunction,
TransferFunction transferFunction)
Creates an instance of CompetitiveNeuron with specified input and transfer functions |
|
DelayedNeuron(InputFunction inputFunction,
TransferFunction transferFunction)
Creates an instance of neuron which can delay output |
|
InputOutputNeuron(InputFunction inFunc,
TransferFunction transFunc)
Creates an instance of neuron for Hopfield network with specified input and transfer functions |
|
ThresholdNeuron(InputFunction inputFunction,
TransferFunction transferFunction)
Creates a neuron with threshold behaviour, and with the specified input and transfer functions. |
|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |