linlin
b649298c95
Merge pull request #23 from jajupmochi/v0.2
V0.2
5 years ago
jajupmochi
0db57fe3ce
Fix bugs in ged.util.util.get_nb_edit_operations_symbolic_cml() and add test for it.
5 years ago
jajupmochi
15945eb272
Update the computation of numbers of edit operations for GEDs using pre-defined costs between labels.
5 years ago
jajupmochi
31a8a9c51d
Add ability to GEDEnv to use pre-defined costs between edge labels.
5 years ago
jajupmochi
731ab1d45b
Add ability to GEDEnv to use pre-defined costs between node labels.
5 years ago
jajupmochi
938c3d5ca4
Add ability to GEDEnv to use pre-defined costs between node labels.
5 years ago
jajupmochi
74a6e5fad3
Add exp: compare GEDEnv with the GEDLIB version.
5 years ago
jajupmochi
d97bfe954c
Add class MedianGraphEstimatorPy and MedianPreimageGeneratorPy which use GEDEnv implemented in pure Python.
5 years ago
linlin
6f0c1df113
Merge pull request #22 from jajupmochi/v0.2
V0.2
5 years ago
jajupmochi
58cc4042cc
Fix GEDEnv import bugs.
5 years ago
jajupmochi
ad6b45b4b0
Add MedianPreimageGeneratorCML.
5 years ago
linlin
b1ae62a48b
Merge pull request #21 from jajupmochi/v0.2
Add ged module.
5 years ago
jajupmochi
5eb69de7ea
Add ged module.
5 years ago
linlin
89ba98b1e1
Merge pull request #20 from jajupmochi/v0.2
V0.2
5 years ago
jajupmochi
d39d0a0aec
Update.
5 years ago
jajupmochi
f4d279e7f3
Update .travis.yml.
5 years ago
jajupmochi
d040440081
Update README.md.
5 years ago
linlin
d8708ebb00
Merge pull request #19 from jajupmochi/v0.2
V0.2
5 years ago
jajupmochi
f74ca2c869
Add examples.
5 years ago
jajupmochi
74ce199958
Add examples for graph kernels.
5 years ago
jajupmochi
95dceaa1ca
Add simple preimage experiments.
5 years ago
jajupmochi
91eb4850f7
Fix typos in printout messages.
5 years ago
jajupmochi
3eee30e19e
Add examples.
5 years ago
jajupmochi
fcff223150
Fix bugs to use unnormalized Gram matrix in RPG.
5 years ago
jajupmochi
4d47f61d0b
Fix bugs to use unnormalized Gram matrix in MPG.
5 years ago
jajupmochi
ea615e8c68
Add more possibilities when using random costs in MPG.
5 years ago
jajupmochi
e872ffe3b5
Update random preimage experiment.
5 years ago
jajupmochi
924f028c0c
Update the RPG experiment.
5 years ago
jajupmochi
e66846f2a8
Implement Marginalized kernel class.
5 years ago
jajupmochi
b4f4f384de
Add time and iteration limits for RPG.
5 years ago
jajupmochi
87e06e9812
expand the number of modifications to increase the possiblity in PRG.
5 years ago
jajupmochi
5c3651e12c
Fix bug: random number genration in RPG when paralelling.
5 years ago
jajupmochi
980dd1c9cf
Add parallel to RPG.
5 years ago
jajupmochi
50da423a1c
Add experiment of random preimage.
5 years ago
jajupmochi
b63a60fe46
Add RandomPreimageGenerator introduced inBakir's paper.
5 years ago
linlin
55aef2be49
Merge pull request #18 from jajupmochi/v0.2
V0.2
5 years ago
jajupmochi
7e3da6b0bc
Add xp script: remove the best graph from median set.
5 years ago
jajupmochi
9adaebb680
Add xp: remove the best graph from median set.
5 years ago
jajupmochi
3bbab55069
Package cvxpy cannot be installed from wheel, remove it from PyPI setup temporally.
5 years ago
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