Package | Description |
---|---|
org.joone.engine |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<RTRLLearnerFactory.Node> |
RTRLLearnerFactory.T
The output nodes, a subset of Z and used to speed up calculations
|
protected java.util.List<RTRLLearnerFactory.Node> |
RTRLLearnerFactory.U
The nodes in U, a subset of Z, specifically the first few nodes in Z, but those
that are not input nodes.
|
protected java.util.List<RTRLLearnerFactory.Node> |
RTRLLearnerFactory.z
The nodes, referred to as the z element
|
protected java.util.List<RTRLLearnerFactory.Node> |
RTRLLearnerFactory.Z
The same as z, but this time ordered so that nodes in U come first.
|
Modifier and Type | Method and Description |
---|---|
protected RTRLLearnerFactory.InitialState |
RTRLLearnerFactory.getInitialState(RTRLLearnerFactory.Node input,
RTRLLearnerFactory.Node output)
Determine and return the initial state that impacts on an
output node from a given input node firing into it.
|
protected RTRLLearnerFactory.Weight |
RTRLLearnerFactory.getWeight(RTRLLearnerFactory.Node input,
RTRLLearnerFactory.Node output)
Determine the weight between an input and a output node.
|
protected boolean |
RTRLLearnerFactory.isLinked(RTRLLearnerFactory.Node input,
RTRLLearnerFactory.Node output)
Determine if there exists a link or weight between two nodes.
|
protected boolean |
RTRLLearnerFactory.isLinkedToInitialState(RTRLLearnerFactory.Node input,
RTRLLearnerFactory.Node output)
Determine if there exists a link or weight between a context and a output node.
|
Submit Feedback to pmarrone@users.sourceforge.net