FP Growth interpreting output as graph
Posted by: Burhan
Date: June 03, 2013 12:50AM

Hi,

I want to store the output of FP-Grwoth algorithm in to the GRAPH for later traversal. For that purpose I am using Neo4J graph database. I am wondering,how to interpret the file as node-node relations.

Could you please breifly walk through the interpretion. For example I want to query the graph...'Find me all items that are frequent with 'a'....find me all items that are frequent with 'b' and so on. Please find attached example file.

considering that the output of the FPGrwoth_itemsets is following

f,c,a,m,q
f,c,a,b,m
f,b
c,b,q
f,c,a,m,q

Please advise.

regards,
Burhan

This forum is powered by Phorum and provided by P. Fournier-Viger (© 2012).
Terms of use.