|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
The node interface, which defines a node inside a neural network.
Method Summary | |
---|---|
java.util.List<Connection> |
getConnections()
List of connections that fire into this node |
double |
getDerivative(int pattern)
The node's current derivative value |
double |
getInputValue(int pattern)
The node's current input value |
int |
getOrder()
The node's order in the network. |
double |
getOutputValue(int pattern)
The node's current output value |
javax.swing.tree.MutableTreeNode |
getTreeNode()
Return a suitable treeview description of the node |
Method Detail |
---|
double getInputValue(int pattern)
pattern
- the pattern number, 1 for the first patterndouble getOutputValue(int pattern)
pattern
- the pattern number, 1 for the first patterndouble getDerivative(int pattern)
pattern
- the pattern number, 1 for the first patternint getOrder()
java.util.List<Connection> getConnections()
javax.swing.tree.MutableTreeNode getTreeNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |