Implementation of Apriori and Eclat
- python 3.6
$1: input file
$2: min support ratio (0 < $2 < 1)
$3: output file-
Apriori
$ bash apriori.sh $1 $2 $3
-
Eclat
-
CPU
$ bash eclat_cpu.sh $1 $2 $3
-
GPU
$ bash eclat_gpu.sh $1 $2 $3
-
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implementation of Apriori and Eclat
$1: input file
$2: min support ratio (0 < $2 < 1)
$3: output fileApriori
$ bash apriori.sh $1 $2 $3Eclat
CPU
$ bash eclat_cpu.sh $1 $2 $3GPU
$ bash eclat_gpu.sh $1 $2 $3