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

Class Node

  • Direct Known Subclasses:
    ClassNode, DecisionNode


    public abstract class Node
    extends java.lang.Object
    This 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() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Node

        public Node()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.