Class TotalSupportTree.Node

java.lang.Object
smile.association.TotalSupportTree.Node
Enclosing class:
TotalSupportTree

public static class TotalSupportTree.Node extends Object
Total support tree node.
  • Field Details

    • id

      public int id
      The id of item.
    • support

      public int support
      The support associate with the item set represented by the node.
    • children

      public TotalSupportTree.Node[] children
      The set of children nodes.
  • Constructor Details

    • Node

      public Node(int id)
      Constructor.
      Parameters:
      id - the id of item.