org.encog.ml.tree.basic
public class BasicTreeNode extends Object implements TreeNode, Serializable
Constructor and Description |
---|
BasicTreeNode() |
Modifier and Type | Method and Description |
---|---|
void |
addChildNodes(TreeNode[] args)
Add child nodes.
|
boolean |
allLeafChildren() |
List<TreeNode> |
getChildNodes() |
boolean |
isLeaf() |
int |
size() |
public List<TreeNode> getChildNodes()
getChildNodes
in interface TreeNode
public void addChildNodes(TreeNode[] args)
TreeNode
addChildNodes
in interface TreeNode
args
- The child nodes to add.public boolean allLeafChildren()
allLeafChildren
in interface TreeNode
public boolean isLeaf()
Copyright © 2014. All Rights Reserved.