Uses of Class
org.joone.engine.RTRLLearnerFactory.Weight

Packages that use RTRLLearnerFactory.Weight
org.joone.engine   
 

Uses of RTRLLearnerFactory.Weight in org.joone.engine
 

Fields in org.joone.engine with type parameters of type RTRLLearnerFactory.Weight
protected  java.util.List<RTRLLearnerFactory.Weight> RTRLLearnerFactory.Node.I
          The list of weights that carry a signal into this node from a node in U
protected  java.util.List<RTRLLearnerFactory.Weight> RTRLLearnerFactory.weights
          List of all weights, used when setting up a CFOProblem
protected  java.util.List<RTRLLearnerFactory.Weight> RTRLLearnerFactory.Node.weights
          The list of weights that carry a signal into this node
 

Methods in org.joone.engine that return RTRLLearnerFactory.Weight
protected  RTRLLearnerFactory.Weight RTRLLearnerFactory.getWeight(RTRLLearnerFactory.Node input, RTRLLearnerFactory.Node output)
          Determine the weight between an input and a output node.
 

Methods in org.joone.engine that return types with arguments of type RTRLLearnerFactory.Weight
 java.util.List<RTRLLearnerFactory.Weight> RTRLLearnerFactory.getWeights()
          Retrieve the weights
 



Submit Feedback to pmarrone@users.sourceforge.net