Implementing Apriori and FP-growth
Refer to the source code provided for this chapter for implementing the Apriori classifier (source code path .../chapter7/...
under each of the folders for the technology.)
Using Mahout
Refer to the code files folder .../mahout/chapter7/aprioriexample/
.
Refer to the code files folder .../mahout/chapter7/fpgrowthexample/
.
Using R
Refer to the code files folder .../r/chapter7/aprioriexample/
.
Refer to the code files folder .../r/chapter7/fpgrowthexample/
.
Using Spark
Refer to the code files folder .../spark/chapter7/aprioriexample/
.
Refer to the code files folder .../spark/chapter7/fpgrowthexample/
.
Using Python (Scikit-learn)
Refer to the code files folder .../python-scikit-learn/ chapter7/aprioriexample/
.
Refer to the code files folder .../python-scikit-learn/chapter7/fpgrowthexample/
.
Using Julia
Refer to the code files folder .../julia/chapter7/aprioriexample/
.
Refer to the code files folder .../julia/chapter7/fpgrowthexample/
.