|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputSummation
Specifies how the inputs to a neuron are to be summed.
Method Summary | |
---|---|
void |
add(FreeformConnection connection)
Add an input connection. |
double |
calculate()
Perform the summation, and apply the activation function. |
ActivationFunction |
getActivationFunction()
|
double |
getSum()
|
List<FreeformConnection> |
list()
|
Method Detail |
---|
void add(FreeformConnection connection)
connection
- The connection to add.double calculate()
ActivationFunction getActivationFunction()
double getSum()
List<FreeformConnection> list()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |