Class InactiveHNode

All Implemented Interfaces:
Serializable, LearningNode

public class InactiveHNode extends LeafNode implements LearningNode, Serializable
Class implementing an inactive node (i.e. one that does not allow growth)
Version:
$Revision: 9705 $
Author:
Richard Kirkby (rkirkby@cs.waikato.ac.nz), Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • InactiveHNode

      public InactiveHNode(Map<String,WeightMass> classDistrib)
      Constructor
      Parameters:
      classDistrib - the class distribution at this node
  • Method Details

    • updateNode

      public void updateNode(Instance inst)
      Description copied from class: HNode
      Update the node with the supplied instance
      Overrides:
      updateNode in class LeafNode
      Parameters:
      inst - the instance to update with