/Apriori

Simple Implementation of the Priori algorithm for pattern recognition in Common Lisp

Primary LanguageCommon LispMIT LicenseMIT

Apriori

Simple Implementation of the Priori algorithm in Common Lisp

data.txt is a simple input.

reuslt.txt is the programs output.

In the input file, each feature is in it's own line(features are seporated by newline). The instances are seperated by an extra new line between them.