public abstract class TreeNode extends Object implements Serializable
DecisionTree, whether
leaves (TerminalNode) or internal nodes (DecisionNode).TerminalNode,
DecisionNode,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
abstract boolean |
isTerminal() |
abstract String |
toString() |
public String getID()
public abstract boolean isTerminal()
TerminalNode) rather than a DecisionNodeCopyright © 2014–2018. All rights reserved.