ca.pfv.spmf.algorithms.classifiers.decisiontree.id3
Class Node
- java.lang.Object
-
- ca.pfv.spmf.algorithms.classifiers.decisiontree.id3.Node
-
- Direct Known Subclasses:
- ClassNode, DecisionNode
public abstract class Node extends java.lang.ObjectThis class represents a node of a decision tree learned by the ID3 algorithm. This is an abstract class having two subclasses representing the two types of nodes: ClassNode and DecisionNode (leafs).- See Also:
AlgoID3,DecisionNode,ClassNode
-
-
Constructor Summary
Constructors Constructor and Description Node()
-
DMelt 3.0 © DataMelt by jWork.ORG