Class TotalSupportTree.Node
java.lang.Object
smile.association.TotalSupportTree.Node
- Enclosing class:
TotalSupportTree
Total support tree node.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe set of children nodes.intThe id of item.intThe support associate with the item set represented by the node. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
public int idThe id of item. -
support
public int supportThe support associate with the item set represented by the node. -
children
The set of children nodes.
-
-
Constructor Details
-
Node
public Node(int id) Constructor.- Parameters:
id- the id of item.
-