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