From b002494682f20faf7ebf2e9bb537fe2c080e20ca Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Mon, 12 Oct 2020 09:02:41 -0400 Subject: [PATCH] Update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c233caf..12099d1 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -# R - Frequent Patterns +# R - Frequent Patterns with Apriori ## Description -Practice checking for frequent patterns within datasets. +Practice checking for frequent patterns within datasets, using the Apriori algorithm. Full pdf report is available at `documents/a3_report.pdf`. -- GitLab