Uses of Class
org.tweetyproject.machinelearning.assoc.FrequentPatternTree.FrequentPatternTreeNode
-
Uses of FrequentPatternTree.FrequentPatternTreeNode in org.tweetyproject.machinelearning.assoc
Modifier and TypeMethodDescriptionReturns the child for the given item (if it does not exist, null is returned) and increments the freqModifier and TypeMethodDescriptionvoid
FrequentPatternTree.FrequentPatternTreeNode.addChild
(FrequentPatternTree<T>.FrequentPatternTreeNode<S> node) Adds the child to this nodeModifierConstructorDescriptionFrequentPatternTreeNode
(S item, int freq_abs, FrequentPatternTree<T>.FrequentPatternTreeNode<S> parent) Creates a new tree node for the given item with the given frequency of the path up to this item.