Class FPNode
- java.lang.Object
-
- org.processmining.logfiltering.algorithms.SPMF.PatternMining.FPNode
-
public class FPNode extends java.lang.ObjectThis is an implementation of a FPTree node as used by the FPGrowth algorithm.- Author:
- Philippe Fournier-Viger
- See Also:
FPTree,Itemset,AlgoFPGrowth
-
-
Constructor Summary
Constructors Constructor Description FPNode(int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()java.lang.StringtoString(java.lang.String indent)Method for getting a string representation of this tree (to be used for debugging purposes).
-
-
-
Method Detail
-
toString
public java.lang.String toString(java.lang.String indent)
Method for getting a string representation of this tree (to be used for debugging purposes).- Parameters:
an- indentation- Returns:
- a string
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-