Hello. I have a general question regarding to clustering of association rules. According to http://cran.r-project.org/web/packages/arules/vignettes/arules.pdf "4.7 Distance based clustering transactions and associations" there is possibility for creating clusters of association rules. I do not understand, how I have to interpret clusters of rules.
Let us have next association rules and clusters (see table). My final goal is to have clusters of items. Does it mean that items 11180, 10378, 52848, 11451, ..., 50417 are all in cluster "1" ? What is the point of clustering of association rules, how do I have to use them for clustering of items which are present in rules? rules support confidence lift clusters {11180} => {10378} 0.000529646 1 1708.238095 1 {10378} => {11180} 0.000529646 0.904761905 1708.238095 1 {52848} => {11451} 0.000557522 1 61.74354561 1 {50417} => {22939} 0.000543584 1 1304.472727 1 {22939} => {50417} 0.000543584 0.709090909 1304.472727 1 {10838} => {540} 0.00050177 1 21.07696827 2 {10924} => {2930} 0.000599337 0.955555556 117.5939775 3 {28113} => {540} 0.000669027 0.941176471 19.83714661 2 {11483} => {540} 0.00057146 1 21.07696827 2 {93799} => {13041} 0.000585398 1 1024.942857 4 {13041} => {93799} 0.000585398 0.6 1024.942857 4 {8482} => {540} 0.00050177 0.87804878 18.50660629 2 {16018} => {540} 0.00057146 0.931818182 19.63990225 2 {6837} => {540} 0.000515708 0.925 19.49619565 2 {7709,8699,94762} => {94764} 0.001031416 1 564.9291339 5 {8699,94762,94764} => {7709} 0.001031416 1 658.2201835 5 {7709,8699,94764} => {94762} 0.001031416 0.986666667 786.5487407 5 {7709,94762,94764} => {8699} 0.001031416 1 874.9512195 5 {7709,8699,94762} => {410} 0.001031416 1 203.2464589 6 {410,8699,94762} => {7709} 0.001031416 0.986666667 649.4439144 6 {410,7709,8699} => {94762} 0.001031416 0.986666667 786.5487407 6 {410,7709,94762} => {8699} 0.001031416 1 874.9512195 6 {7709,8699,94762} => {2883} 0.000919912 0.891891892 59.69186164 7 {2883,8699,94762} => {7709} 0.000919912 1 658.2201835 7 {2883,7709,8699} => {94762} 0.000919912 1 797.1777778 7 {2883,7709,94762} => {8699} 0.000919912 1 874.9512195 7 {8699,94762,94764} => {410} 0.001031416 1 203.2464589 5 {410,8699,94762} => {94764} 0.001031416 0.986666667 557.3967454 5 {410,8699,94764} => {94762} 0.001031416 0.986666667 786.5487407 5 Best regards, Jüri Kuusik Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.