ca.pfv.spmf.algorithms.classifiers.decisiontree.id3
Class DecisionNode
- java.lang.Object
-
- ca.pfv.spmf.algorithms.classifiers.decisiontree.id3.Node
-
- ca.pfv.spmf.algorithms.classifiers.decisiontree.id3.DecisionNode
-
-
Field Summary
Fields Modifier and Type Field and Description intattributethe id of the attribute that this node representsjava.lang.String[]attributeValuesthe list of values for the attribute that correspond to the child nodesNode[]nodesa list of child node
-
Constructor Summary
Constructors Constructor and Description DecisionNode()
-
-
-
Field Detail
-
attribute
public int attribute
the id of the attribute that this node represents
-
nodes
public Node[] nodes
a list of child node
-
attributeValues
public java.lang.String[] attributeValues
the list of values for the attribute that correspond to the child nodes
-
-
DMelt 3.0 © DataMelt by jWork.ORG