Package | Description |
---|---|
org.joone.engine |
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected RTRLLearnerFactory.Weight |
RTRLLearnerFactory.getWeight(RTRLLearnerFactory.Node input,
RTRLLearnerFactory.Node output)
Determine the weight between an input and a output node.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RTRLLearnerFactory.Weight> |
RTRLLearnerFactory.getWeights()
Retrieve the weights
|
Submit Feedback to pmarrone@users.sourceforge.net