jajupmochi
dff2c8449e
Update setup.py.
5 years ago
jajupmochi
06c35201b2
Add option to sort graphs by size when computing GEDs for the sake of the stability.
5 years ago
jajupmochi
cac0cfa114
Add tools to analyze preimage results.
5 years ago
jajupmochi
34506302ce
1. Solve uncolsed file warning in graph_file.py. 2. Solve CXVPY * and @ warning in MPG.
5 years ago
jajupmochi
7293234d6c
Update and fix bugs in MGE:
1. avoid decreasing all median nodes.
2. in __compute_initial_node_labels(), stop appending elements to median_labels when all node_labels are already selected.
3. return False directly in __update_node_label() when node_labels is empty.
4. solve the bug that median is not modified in place in __delete_node_from_median().
5 years ago
jajupmochi
7e94ecaf31
Add k-nn test.
5 years ago
jajupmochi
85ad732a88
Allow zero costs and no triangle rule when updating edit costs in MPG.
5 years ago
jajupmochi
34e82bfce8
Add parallel functions to MGE.
5 years ago
jajupmochi
1772f64ccb
Update requirements.
5 years ago
jajupmochi
f5439ee8a1
Update requirements.
5 years ago
jajupmochi
1191009381
Update requirements.
5 years ago
jajupmochi
c2e88d9274
Update requirement.txt for pre-image.
5 years ago
jajupmochi
9a365fac98
Fix bugs for enum and add test for median preimage generator.
5 years ago
jajupmochi
3bcc60c479
Fix a bug in increasing orders in MGE.
5 years ago
jajupmochi
909cadd753
Add method of updating orders for non-symbolic labeled graphs in MGE.
5 years ago
jajupmochi
61d96d52d1
Fix bugs when computing reduced costs in MGE.
5 years ago
jajupmochi
f8fc1d9336
Fix bugs in some graph kernels. 2. Update MedianGraphEstimator.
5 years ago
jajupmochi
1c635daf9d
Fix bugs in MedianGraphEstimator.__decrease_order().
5 years ago
jajupmochi
5f7a9ed019
Update MedianGraphEstimator: add __decrease_order() method.
5 years ago
jajupmochi
25aa64a7dc
Fix bugs in MedianGraphEstimator, about __node_maps_from_median and updating nodes/edges.
5 years ago
jajupmochi
e4adfbc7db
Add AppVeyor CI for Windows platforms.
5 years ago
jajupmochi
b463852b2d
Move method get_graph_kernel_by_name().
5 years ago
jajupmochi
898bec8063
Add class WLSubtree.
5 years ago
jajupmochi
78999e859c
Fix bugs.
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
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
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
jajupmochi
9f0090179d
Update function gklearn.utils.graph_file.load_gxl()
5 years ago
jajupmochi
aad2031427
Update .travis.yml. Test the library on more Python version.
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
jajupmochi
d60a6e3888
add gklearn.utils.graph_files module, update load_tud function and relevant modules.
5 years ago
jajupmochi
9fc8fbfeb9
add trim_dataset() method to class Dataset.
5 years ago
jajupmochi
7a16cfb9cf
update versions of requirements in README.md.
5 years ago