Association Rule Mining on Relational DataBase -
i working on project "association rule mining on relational data base". have completed implementation problem don't have other tool compare (check) results
can 1 suggest me tool association rule mining on relational data base.
example input in implementation is:
a b c 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1
output :
a:1 --> b:1 c:1 100.0% b:1 --> a:1 c:1 66.66667% a:1 b:1 --> c:1 100.0% c:1 --> a:1 b:1 50.0% a:1 c:1 --> b:1 100.0% b:1 c:1 --> a:1 66.66667%
in output a:1 means column , value 1.
export data, , analyse in weka/knime/whatever.
there no benefit of keeping data in database, , results should same after all.
Comments
Post a Comment