Package | Description |
---|---|
org.encog.ml.prg | |
org.encog.ml.tree | |
org.encog.ml.tree.basic | |
org.encog.ml.tree.traverse | |
org.encog.ml.tree.traverse.tasks |
Modifier and Type | Class and Description |
---|---|
class |
ProgramNode
Represents a program node in an EPL program.
|
Modifier and Type | Method and Description |
---|---|
List<TreeNode> |
TreeNode.getChildNodes() |
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.addChildNodes(TreeNode[] args)
Add child nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTreeNode |
Modifier and Type | Method and Description |
---|---|
List<TreeNode> |
BasicTreeNode.getChildNodes() |
Modifier and Type | Method and Description |
---|---|
void |
BasicTreeNode.addChildNodes(TreeNode[] args) |
Modifier and Type | Method and Description |
---|---|
boolean |
TreeTraversalTask.task(TreeNode node) |
void |
TreeTraversal.traverse(TreeNode tree,
TreeTraversalTask task)
Traverse the tree.
|
void |
DepthFirstTraversal.traverse(TreeNode treeNode,
TreeTraversalTask task)
Traverse the tree.
|
Modifier and Type | Method and Description |
---|---|
TreeNode |
TaskReplaceNode.getReplaceThisNode() |
TreeNode |
TaskReplaceNode.getReplaceWith() |
TreeNode |
TaskGetNodeIndex.getResult() |
static TreeNode |
TaskGetNodeIndex.process(int index,
TreeNode node)
Obtain the specified tree node for the specified index.
|
Modifier and Type | Method and Description |
---|---|
static TreeNode |
TaskGetNodeIndex.process(int index,
TreeNode node)
Obtain the specified tree node for the specified index.
|
static int |
TaskCountNodes.process(TreeNode node)
Count the nodes from this tree node.
|
static void |
TaskReplaceNode.process(TreeNode rootNode,
TreeNode replaceThisNode,
TreeNode replaceWith)
Replace one node with another.
|
boolean |
TaskGetNodeIndex.task(TreeNode node) |
boolean |
TaskReplaceNode.task(TreeNode node) |
boolean |
TaskCountNodes.task(TreeNode node) |
Constructor and Description |
---|
TaskReplaceNode(TreeNode theReplaceThisNode,
TreeNode theReplaceWith) |
Copyright © 2014. All Rights Reserved.