Skip to content
Snippets Groups Projects
Brandon Rodriguez's avatar
Brandon Rodriguez authored
b0024946

R - Frequent Patterns with Apriori

Description

Practice checking for frequent patterns within datasets, using the Apriori algorithm.

Full pdf report is available at documents/a3_report.pdf.

Running the Program

The associated R program is located at a3.r. On Ubuntu systems, run via Rscript ./a3.r in console.

References

See the documents/references.md file.