-
Notifications
You must be signed in to change notification settings - Fork 1
powerllamas/associative_rules
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
==============================
Associative rules induction
==============================
usage: ar.py [-h] [-a, --algorithm ALGORITHM] [-c, --confidence MINCONF]
[-s, --support MINSUP] [-m M]
infile [outfile]
Induction of associative rules from datasets.
positional arguments:
infile input file
outfile output file
optional arguments:
-h, --help show this help message and exit
-a, --algorithm ALGORITHM
name of preferred algorithm - apriori or dic
-c, --confidence MINCONF
minimum confidence (0..1)
-s, --support MINSUP minimum support (0..1)
-m M DIC's granularity
For current version check
'http://github.com/PowerLlamas/associative_rules'.
About
Induction of associative rules with Apriori and DIC algorithms.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published