|
Neuroph | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SummingFunction | |
|---|---|
| org.neuroph.core.input | Provides common neuron input functions |
| Uses of SummingFunction in org.neuroph.core.input |
|---|
| Subclasses of SummingFunction in org.neuroph.core.input | |
|---|---|
class |
And
Performs logic AND operation on input vector. |
class |
Intensity
Calculates the input vector intensity. |
class |
Max
Performs max function on input vector |
class |
Min
Performs min function on input vector |
class |
Or
Performs logic OR operation on input vector. |
class |
Product
Performs multiplication of all input vector elements. |
class |
Sum
Performs summing of all input vector elements. |
class |
SumSqr
Calculates squared sum of all input vector elements. |
| 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 |
|
|
Neuroph | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||