Class | Description |
---|---|
And |
Performs logic AND operation on input vector.
|
Difference |
Performs the vector difference operation on input and
weight vector.
|
EuclideanRBF | |
InputFunction |
Neuron's input function.
|
Max |
Performs max function on input vector
|
Min |
Performs min function on input vector
|
Or |
Performs logic OR operation on input vector.
|
Product |
Performs multiplication of all input vector elements.
|
Sum |
Performs summing of all input vector elements.
|
SumSqr |
Calculates squared sum of all input vector elements.
|
WeightedSum |
Optimized version of weighted input function
|
Copyright © 2019 Neuroph Project. All rights reserved.