Uses of Package
org.joone.structure

Packages that use org.joone.structure
org.joone.engine   
org.joone.structure   
org.joone.util   
 

Classes in org.joone.structure used by org.joone.engine
NodesAndWeights
          This class takes a neural network and breaks it up into classified nodes (ie input, output or hidden nodes) and also in the process extracts the weight matrix wij with i being the node fired into and j being the node fired from.
NodesAndWeights.Node
          A node.
NodesAndWeights.Weight
          A weight.
 

Classes in org.joone.structure used by org.joone.structure
AbstractNode
          An abstract node class, used to represent a general node type.
Connection
          A connection between two nodes..
ContextNode
          A context node.
InputNode
          An input node.
Nakayama
          This class performs the method of optimizing activation functions as described in:
NetworkLayer
          Wraps an existing joone network into a single layer.
Node
          The node interface, which defines a node inside a neural network.
NodesAndWeights
          This class takes a neural network and breaks it up into classified nodes (ie input, output or hidden nodes) and also in the process extracts the weight matrix wij with i being the node fired into and j being the node fired from.
NodesAndWeights.Node
          A node.
NodesAndWeights.Weight
          A weight.
 

Classes in org.joone.structure used by org.joone.util
NodesAndWeights
          This class takes a neural network and breaks it up into classified nodes (ie input, output or hidden nodes) and also in the process extracts the weight matrix wij with i being the node fired into and j being the node fired from.
 



Submit Feedback to pmarrone@users.sourceforge.net