Class FpGrowthExample
java.lang.Object
org.tweetyproject.machinelearning.examples.FpGrowthExample
An example demonstrating the use of the FP-Growth algorithm for mining frequent patterns
from a dataset of transactions.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FpGrowthExample
public FpGrowthExample()Default Constructor
-
-
Method Details
-
main
The main method demonstrates the FP-Growth algorithm and the Apriori algorithm for mining frequent itemsets from a transaction dataset.- Parameters:
args
- command-line arguments (not used in this example).
-