gBolt icon indicating copy to clipboard operation
gBolt copied to clipboard

gBolt--very fast implementation for gSpan algorithm in data mining

Results 7 gBolt issues
Sort by recently updated
recently updated
newest added

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...

bug

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)?

enhancement

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...

enhancement

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...

bug

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...

bug

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

enhancement