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 TreeNodepublic void addChildNodes(TreeNode[] args)
TreeNodeaddChildNodes in interface TreeNodeargs - The child nodes to add.public boolean allLeafChildren()
allLeafChildren in interface TreeNodepublic boolean isLeaf()
Copyright © 2014. All Rights Reserved.