|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SummingFunctionType | |
---|---|
org.neuroph.util | Provides various utility classes for creating neural networks, type codes, parsing vectors, etc. |
Uses of SummingFunctionType in org.neuroph.util |
---|
Methods in org.neuroph.util that return SummingFunctionType | |
---|---|
static SummingFunctionType |
SummingFunctionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SummingFunctionType[] |
SummingFunctionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.neuroph.util with parameters of type SummingFunctionType | |
---|---|
void |
NeuronProperties.setProperty(java.lang.String key,
SummingFunctionType value)
|
Constructors in org.neuroph.util with parameters of type SummingFunctionType | |
---|---|
NeuronProperties(WeightsFunctionType weightsFunctionType,
SummingFunctionType summingFunctionType,
TransferFunctionType transferFunctionType)
|
|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |