added parallel strategy in apriori

This commit is contained in:
IGI-111
2015-04-07 15:32:23 +00:00
parent 38fed1fd2f
commit ae5b95c69d
2 changed files with 4 additions and 2 deletions

View File

@@ -27,3 +27,4 @@ main = do
table = map (ItemSet. Set.fromList .map Item) tableFileContent
rules = extractRules threshold table freqPats
output = init $ foldr (\x old -> old++x++"\n") "" $ map show rules