org.encog.neural.freeform
public interface InputSummation
Modifier and Type | Method and Description |
---|---|
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() |
void add(FreeformConnection connection)
connection
- The connection to add.double calculate()
ActivationFunction getActivationFunction()
double getSum()
List<FreeformConnection> list()
Copyright © 2014. All Rights Reserved.