jajupmochi
|
898bec8063
|
Add class WLSubtree.
|
5 years ago |
jajupmochi
|
78999e859c
|
Fix bugs.
|
5 years ago |
linlin
|
3970ede5ec
|
Merge pull request #16 from jajupmochi/v0.2
V0.2
|
5 years ago |
jajupmochi
|
b4e76e08d4
|
Update README.
|
5 years ago |
jajupmochi
|
a69f3c710e
|
Add class WeisfeilerLehman.
|
5 years ago |
jajupmochi
|
f337fc3fa9
|
Add class WeisfeilerLehman.
|
5 years ago |
jajupmochi
|
92c24ffeca
|
Add class Treelet.
|
5 years ago |
jajupmochi
|
b7d5ce3efb
|
Fix bugs in class PathUpToH.
|
5 years ago |
jajupmochi
|
2248a1308e
|
Update tests.
|
5 years ago |
jajupmochi
|
75e42f1838
|
rearrange gklearn/preimage directory.
|
5 years ago |
jajupmochi
|
57cc316e51
|
Change names of datasets.
|
5 years ago |
jajupmochi
|
a32e9656b0
|
Add class PathUpToH.
|
5 years ago |
linlin
|
3635dcc048
|
Merge pull request #15 from jajupmochi/v0.2
V0.2
|
5 years ago |
jajupmochi
|
2d07f7967a
|
Add Python 3.8 to CI tests.
|
5 years ago |
jajupmochi
|
6a0288e8fa
|
Update setup.py install_requires.
|
5 years ago |
jajupmochi
|
a2c58ace61
|
Add path_up_to_h.py.
|
5 years ago |
jajupmochi
|
f4f264b418
|
Update setup.py.
|
5 years ago |
jajupmochi
|
66119f03ce
|
Update references.
|
5 years ago |
linlin
|
1151e80458
|
Merge pull request #14 from jajupmochi/v0.2
V0.2
|
5 years ago |
jajupmochi
|
c1eff86d49
|
Update graph_files.py.
|
5 years ago |
jajupmochi
|
56bc9a8131
|
Simplify function gklearn.utils.graph_file.load_from_ds().
|
5 years ago |
jajupmochi
|
5e08e9841e
|
Update function gklearn.utils.graph_file.load_ct() for CTFile V2000.
|
5 years ago |
linlin
|
84ebbcd2d4
|
Merge pull request #13 from jajupmochi/v0.2
Update function gklearn.utils.graph_file.load_gxl()
|
5 years ago |
jajupmochi
|
9f0090179d
|
Update function gklearn.utils.graph_file.load_gxl()
|
5 years ago |
linlin
|
ee5c7840ae
|
Merge pull request #12 from jajupmochi/v0.2
Update .travis.yml. Test the library on more Python version.
|
5 years ago |
jajupmochi
|
aad2031427
|
Update .travis.yml. Test the library on more Python version.
|
5 years ago |
linlin
|
8efc673bde
|
Merge pull request #11 from jajupmochi/v0.2
V0.2
|
5 years ago |
jajupmochi
|
a9197b9b49
|
Update .travis.yml. Test the library on more Python version.
|
5 years ago |
jajupmochi
|
8385bc4cae
|
Update MedianPreimageGenerator and MedianGraphEstimator for symbolic-labeled graphs and edit cost "CONSTANT".
|
5 years ago |
jajupmochi
|
45052568eb
|
1. fix bugs for function of getting numbers of edit operations for non-symbolic labels.
2. fix bugs for load_tud.
|
5 years ago |
jajupmochi
|
66e18c93e1
|
1. add function to get median node/edge label in MedianGraphEstimator.
2. update load_tud function.
3. update MedianPreimageGenerator.
|
5 years ago |
linlin
|
ec682bb233
|
Merge pull request #10 from jajupmochi/v0.2
add gklearn.utils.graph_files module, update load_tud function and re…
|
5 years ago |
jajupmochi
|
d60a6e3888
|
add gklearn.utils.graph_files module, update load_tud function and relevant modules.
|
5 years ago |
linlin
|
9de092d46d
|
Merge pull request #9 from jajupmochi/v0.2
add trim_dataset() method to class Dataset.
|
5 years ago |
jajupmochi
|
9fc8fbfeb9
|
add trim_dataset() method to class Dataset.
|
5 years ago |
linlin
|
3deb319490
|
Merge pull request #8 from jajupmochi/v0.2
V0.2
|
5 years ago |
jajupmochi
|
7a16cfb9cf
|
update versions of requirements in README.md.
|
5 years ago |
jajupmochi
|
f02ec9362b
|
add class ShortestPath.
|
5 years ago |
linlin
|
376418d692
|
Merge pull request #7 from jajupmochi/v0.2
fix bug "AttributeError("'Graph' object has no attribute 'node'",)" f…
|
5 years ago |
jajupmochi
|
b4747fc16b
|
fix bug "AttributeError("'Graph' object has no attribute 'node'",)" for new version of NetworkX.
|
5 years ago |
linlin
|
1a652e5bd6
|
Merge pull request #5 from jajupmochi/v0.2
V0.2
|
5 years ago |
jajupmochi
|
5dae69b878
|
1. fix bugs.
2. update README.md.
3. update preimage module, class Dataset.
4. update requirements.
5. add helper function to compute Gram matrix for each class.
|
5 years ago |
linlin
|
584e580871
|
Update issue templates
|
5 years ago |
jajupmochi
|
8804465536
|
1. update termination criterion of iteration in class MedianPreimageGenerator.
2. add helper function generate_median_preimage_by_class in gklearn.preimage.utils.
|
5 years ago |
linlin
|
0024d6a568
|
Merge pull request #4 from jajupmochi/v0.2
V0.2
|
5 years ago |
jajupmochi
|
4fb1d5f55a
|
clean repo.
|
5 years ago |
jajupmochi
|
7bdd77b777
|
1. add preimage module.
2. add gedlib module.
3. add ged module.
4. create Kernel class and StructrualSP class.
5. rearrange directory.
|
5 years ago |
jajupmochi
|
b5dc9aa18f
|
Revert "clear repo: remove useless files."
This reverts commit a8948a35b2 .
|
5 years ago |
jajupmochi
|
a8948a35b2
|
clear repo: remove useless files.
|
5 years ago |
jajupmochi
|
05d00df86d
|
clear repo: test 2.
|
5 years ago |