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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -