Class InactiveHNode

  • All Implemented Interfaces:
    java.io.Serializable, LearningNode

    public class InactiveHNode
    extends LeafNode
    implements LearningNode, java.io.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:
    Serialized Form
    • Constructor Detail

      • InactiveHNode

        public InactiveHNode​(java.util.Map<java.lang.String,​WeightMass> classDistrib)
        Constructor
        Parameters:
        classDistrib - the class distribution at this node
    • Method Detail

      • 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