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