|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Properties | |
---|---|
org.neuroph.core.transfer | Provides common neuron transfer functions |
org.neuroph.util | Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. |
Uses of Properties in org.neuroph.core.transfer |
---|
Methods in org.neuroph.core.transfer that return Properties | |
---|---|
Properties |
Step.getProperties()
Returns the properties of this function |
Constructors in org.neuroph.core.transfer with parameters of type Properties | |
---|---|
Gaussian(Properties properties)
Creates an instance of Gaussian neuron transfer function with the specified properties. |
|
Linear(Properties properties)
Creates an instance of Linear transfer function with specified properties |
|
Ramp(Properties properties)
Creates an instance of Ramp transfer function with specified properties. |
|
Sigmoid(Properties properties)
Creates an instance of Sigmoid neuron transfer function with the specified properties. |
|
Step(Properties properties)
Creates an instance of Step transfer function with specified properties |
|
Tanh(Properties properties)
Creates an instance of Tanh neuron transfer function with the specified properties. |
|
Trapezoid(Properties properties)
Creates an instance of Trapezoid transfer function with the specified properties. |
Uses of Properties in org.neuroph.util |
---|
Subclasses of Properties in org.neuroph.util | |
---|---|
class |
NeuronProperties
Represents properties of a neuron. |
Methods in org.neuroph.util that return Properties | |
---|---|
Properties |
NeuronProperties.getTransferFunctionProperties()
|
|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |