|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SummingFunction | |
---|---|
org.neuroph.core.input | This package provides common neuron input functions |
org.neuroph.util | This package provides various utility classes for creating neural networks, type codes, parsing vectors, etc. |
Uses of SummingFunction in org.neuroph.core.input |
---|
Subclasses of SummingFunction in org.neuroph.core.input | |
---|---|
class |
And
The And class performs logic AND operation on input Vector. |
class |
Intensity
The Intensity class provides method for calculating the Vector intensity. |
class |
Max
The Max class performs max() function on input Vector |
class |
Min
The Min class performs min() function on input Vector |
class |
Or
The Or class performs logic OR operation on input Vector. |
class |
Product
The Product class provide method for multiplying all input Vector elements. |
class |
Sum
The class Sum provides method to sum all input vector elements. |
class |
SumSqr
The class SumSqr provides method which return squared sum of all input vector elements. |
Fields in org.neuroph.core.input declared as SummingFunction | |
---|---|
private SummingFunction |
InputFunction.summingFunction
Summing function component of the input function. |
Methods in org.neuroph.core.input that return SummingFunction | |
---|---|
SummingFunction |
InputFunction.getSummingFunction()
Returns summing function component of this InputFunction |
Constructors in org.neuroph.core.input with parameters of type SummingFunction | |
---|---|
InputFunction(WeightsFunction weightsFunction,
SummingFunction summingFunction)
Creates an instance of input function with specified weights and summing function |
Uses of SummingFunction in org.neuroph.util |
---|
Methods in org.neuroph.util that return SummingFunction | |
---|---|
private static SummingFunction |
NeuronFactory.createSummingFunction(SummingFunctionType summingFunctionType)
Kreira ulaznu vektorsku funkciju. |
|
Neuroph | |||||||||
PREV NEXT | FRAMES NO FRAMES |