jajupmochi
|
1946d46964
|
[Feature] Allow to permutate nodes in graphs when using bipartite to estimate GED. This feature is implementated in the method in Python, which invokes GEDLIB in C++ by Cython.
|
3 years ago |
jajupmochi
|
e5b977734c
|
[Fix bugs] length in get_iters in compute_geds().
|
4 years ago |
jajupmochi
|
743d610827
|
[Update] Use get_iters istof tqdm when computing GEDs.
|
4 years ago |
jajupmochi
|
95598397a1
|
Add pairwise_ged function.
|
4 years ago |
jajupmochi
|
c6e201ffd0
|
Update multiple repeats for GED computations.
|
4 years ago |
jajupmochi
|
bf0bb20dec
|
Add multiple trials for GED computations.
|
4 years ago |
jajupmochi
|
cd124cab61
|
Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead.
|
4 years ago |
jajupmochi
|
1fd5ffcd0a
|
Add MedianGraphEstimator for cost matrices learning.
|
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
|
74a6e5fad3
|
Add exp: compare GEDEnv with the GEDLIB version.
|
5 years ago |
jajupmochi
|
58cc4042cc
|
Fix GEDEnv import bugs.
|
5 years ago |
jajupmochi
|
5eb69de7ea
|
Add ged module.
|
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
|
7e94ecaf31
|
Add k-nn test.
|
5 years ago |
jajupmochi
|
34e82bfce8
|
Add parallel functions to MGE.
|
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
|
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 |
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 |