|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RTRLLearnerFactory.Node | |
---|---|
org.joone.engine |
Uses of RTRLLearnerFactory.Node in org.joone.engine |
---|
Fields in org.joone.engine with type parameters of type RTRLLearnerFactory.Node | |
---|---|
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. |
Methods in org.joone.engine with parameters of type RTRLLearnerFactory.Node | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |