Package | Description |
---|---|
org.joone.structure |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNode
An abstract node class, used to represent a general node type.
|
class |
BiasNode
A bias node.
|
class |
ContextNode
A context node.
|
class |
InputNode
An input node.
|
Modifier and Type | Field and Description |
---|---|
protected Node |
Connection.node
The node from which this connection originates
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Node> |
NetworkLayer.nodeList
List of all nodes
|
protected java.util.List<java.util.List<Node>> |
NetworkLayer.orderedNodes
Ordered nodes
|
protected java.util.List<Node> |
NetworkLayer.outputNodes
List of output nodes
|
Modifier and Type | Method and Description |
---|---|
static Node |
NodeFactory.getGaussNode()
Return a gauss node
|
static Node |
NodeFactory.getLinearNode()
Return a linear node
|
static Node |
NodeFactory.getLogarithmicNode()
Return a logarithmic node
|
Node |
Connection.getNode()
Retrieve the node
|
static Node |
NodeFactory.getSigmoidNode()
Return a sigmoid node
|
static Node |
NodeFactory.getSineNode()
Return a sine node
|
static Node |
NodeFactory.getTanhNode()
Return a tanh node
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Node> |
NetworkLayer.getNodeList()
Return a list of all nodes
|
java.util.List<java.util.List<Node>> |
NetworkLayer.getOrderedNodes()
Return the ordered nodes
|
java.util.List<Node> |
NetworkLayer.getOutputNodes()
Return a list of output nodes
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.tree.MutableTreeNode |
NodeFactory.getTreeNode(Node node)
Given a node, return a suitable treenode description of it
|
Constructor and Description |
---|
Connection(Node node,
double weight,
boolean fixed)
Create a new connection
|
Submit Feedback to pmarrone@users.sourceforge.net