Uses of Class
org.joone.structure.NodesAndWeights

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

Uses of NodesAndWeights in org.joone.engine
 

Fields in org.joone.engine declared as NodesAndWeights
protected  NodesAndWeights RTRL.nodesAndWeights
          The network we are training
protected  NodesAndWeights ExtendedKalmanFilterFFN.nodesAndWeights
          The network structure
protected  NodesAndWeights ExtendedKalmanFilterRNN.nodesAndWeights
          The network structure
 

Constructors in org.joone.engine with parameters of type NodesAndWeights
ExtendedKalmanFilterFFN(NodesAndWeights nodesAndWeights, double kalmanBoost, int verbose)
          Create a new instance of the filter
ExtendedKalmanFilterFFN(NodesAndWeights nodesAndWeights, double kalmanBoost, int verbose, int processorCount)
          Create a new instance of the filter - use for SMP
ExtendedKalmanFilterRNN(NodesAndWeights nodesAndWeights, double kalmanBoost, int verbose)
          Create a new instance of the filter
ExtendedKalmanFilterRNN(NodesAndWeights nodesAndWeights, double kalmanBoost, int verbose, int processorCount)
          Create a new instance of the filter
RTRL(NodesAndWeights nodesAndWeights)
          Create a new instance of RTRL
 

Uses of NodesAndWeights in org.joone.structure
 

Methods in org.joone.structure with parameters of type NodesAndWeights
protected  void NetworkAsCFOProblem.init(NodesAndWeights nodesAndWeights, boolean includeInitialStates)
          Initialise
 

Uses of NodesAndWeights in org.joone.util
 

Fields in org.joone.util declared as NodesAndWeights
protected  NodesAndWeights WeightWriterPlugin.nodesAndWeights
          Nodes and weights used to obtain information
 



Submit Feedback to pmarrone@users.sourceforge.net