Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Properties |
Step.getProperties()
Returns the properties of this function
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NeuronProperties
Represents properties of a neuron.
|
Modifier and Type | Method and Description |
---|---|
Properties |
NeuronProperties.getTransferFunctionProperties() |
Copyright © 2019 Neuroph Project. All rights reserved.