SYNOPSIS
use Data::Mining::AssociationRules;
my %transaction_map;
my $transaction_file = "foo.txt";
read_transaction_file(%transaction_map, $transaction_file);
generate_frequent_sets(%transaction_map, $output_file_prefix,
$support_threshold, $max_n);
generate_rules($output_file_prefix, $support_threshold,
$confidence_threshold, $max_n);
read_frequent_sets($set_map_ref, $file_prefix)
set_debug(1);
perl arm.pl -transaction-file foo.txt -support 2 -confidence-threshold 0.01 -max-set-size 6
Product's homepage
Requirements:
· Perl