Class Cobweb.CNode

java.lang.Object
weka.clusterers.Cobweb.CNode
All Implemented Interfaces:
Serializable, RevisionHandler
Enclosing class:
Cobweb

public class Cobweb.CNode extends Object implements Serializable, RevisionHandler
Inner class handling node operations for Cobweb.
See Also:
  • Constructor Details

    • CNode

      public CNode(int numAttributes)
      Creates an empty CNode instance.
      Parameters:
      numAttributes - the number of attributes in the data
    • CNode

      public CNode(int numAttributes, Instance leafInstance)
      Creates a new leaf CNode instance.
      Parameters:
      numAttributes - the number of attributes in the data
      leafInstance - the instance to store at this leaf
  • Method Details