|
Neural Network Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.practicalstudies.neural.LinearAdder
Class representing a linear combination of the outputs of a group of
Nodes weighted according to weights contained in associated
WeightedConnections.
| Constructor Summary | |
LinearAdder()
|
|
| Method Summary | |
double |
getWeightedInput(java.util.List inputConnections)
Returns a linear combination of the weighted inputs of the input WeightedConnections
to a Node |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinearAdder()
| Method Detail |
public double getWeightedInput(java.util.List inputConnections)
WeightedConnections
to a Node
getWeightedInput in interface AdderinputConnections - an ArrayList of the WeightedConnection inputs to this Node
|
PracticalStudies.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||