Class FpGrowthExample

java.lang.Object
org.tweetyproject.machinelearning.examples.FpGrowthExample

public class FpGrowthExample extends Object
An example demonstrating the use of the FP-Growth algorithm for mining frequent patterns from a dataset of transactions.
Author:
Matthias Thimm
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    The main method demonstrates the FP-Growth algorithm and the Apriori algorithm for mining frequent itemsets from a transaction dataset.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FpGrowthExample

      public FpGrowthExample()
      Default Constructor
  • Method Details

    • main

      public static void main(String[] args)
      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).