Skip to content

Encoding ordered trees (in line graph format). Can be used for frequent bottom-up tree pattern mining. Can also be used to calculate ordered tree similarity by looking at subtrees (bottom-up subtrees and Weisfeiler-Lehman subtrees)

weiwangudel/EncodingOrderedTrees

Repository files navigation

to run:
java -classpath bin/ FPMiningDriver linegraph-big-dir/ all_graph_names alpha_from_1toMax output_encoded_tree_dir/ treeheight encodingBase[1000000 by default] [0/1]

for example
java -classpath bin/ FPMiningDriver test-new/ first_2_new numbered_new_alpha encoded_trees/ 3 1000000

java -classpath bin/ FPMiningDriver  malware/ malware-name  malware-alphabet  encoded_malware/  3  100000 1 

About

Encoding ordered trees (in line graph format). Can be used for frequent bottom-up tree pattern mining. Can also be used to calculate ordered tree similarity by looking at subtrees (bottom-up subtrees and Weisfeiler-Lehman subtrees)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages