Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Classes
Eclat.hpp File Reference

Optimized Implementation of the Eclat algorithm for frequent itemset mining. More...

#include <map>
#include <vector>
#include <algorithm>
#include <iostream>
#include <string>
#include <cmath>
#include <stdexcept>

Go to the source code of this file.

Classes

class  Eclat
 Class to perform frequent itemset mining using the Eclat algorithm. More...
 

Detailed Description

Optimized Implementation of the Eclat algorithm for frequent itemset mining.