Documentation of 'ca.pfv.spmf.algorithms.classifiers.decisiontree.id3.DecisionNode' Java class
DecisionNode
ca.pfv.spmf.algorithms.classifiers.decisiontree.id3

Class DecisionNode



  • public class DecisionNode
    extends Node
    This class represents a decision node of a decision tree created by the ID3 algorithm.
    See Also:
    AlgoID3, Node, ClassNode
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int attribute
      the id of the attribute that this node represents
      java.lang.String[] attributeValues
      the list of values for the attribute that correspond to the child nodes
      Node[] nodes
      a list of child node
    • Constructor Summary

      Constructors 
      Constructor and Description
      DecisionNode() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • DecisionNode

        public DecisionNode()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.