Skip to content

danghh-1998/FFSM-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFSM Algorithm

The program implements FFSM algorithm from paper. Basically, it finds frequent patterns that occur in given graph database and send it out to standard output.

Input: It accepts an integer as a minsup and a database of graphs from standard input.

Output: It prints out frequent graphs to standard output.

REquirements

  • Java 8 or higher
  • Neo4j

References

Huan, Jun, Wei Wang, and Jan Prins. "Efficient mining of frequent subgraphs in the presence of isomorphism." Data Mining, 2003. ICDM 2003. Third IEEE International Conference on. IEEE, 2003

Releases

No releases published

Packages

No packages published

Languages