gBolt
gBolt copied to clipboard
gBolt--very fast implementation for gSpan algorithm in data mining
Hi, I was trying out gBolt on some test data I created and I am not sure whether or not I am getting the expected output. I tested the same...
Can this gspan algorithm suport directed graph? if it can, what's diff between this and Yan's paper in subgraph growth( get potential children)?
Hi Keren, I want to cite your gBolt tool in my paper. Can you please let me know if there is any paper of yours on gBolt so that I...
Hello, gbolt can't mine frequent subgraphs of large graphs. Each of my large graphs has about 200 vertices and thousands of edges. gSpace can mine graphss of this size, but...
Hello, I was trying to install this utility on my ubuntu machine. Below is the sequence I followed ``` git clone https://github.com/Jokeren/gBolt.git cd gBolt mkdir build && cd build cmake...
Hi, would consider upgrading this implementation of GSpan to support CloseGraph via a command line option? https://sites.cs.ucsb.edu/~xyan/papers/CloseGraph.pdf