jajupmochi
2dfdd4e586
Use the parameter exist_ok=True in the function os.makedirs to check if a dir exists to avoid problems while paralleling.
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
d80f5f64ca
Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead.
4 years ago
jajupmochi
a54b8de5b3
Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead.
4 years ago
jajupmochi
396547a757
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
d64cf4d0ac
Update optimizing part in MedianPreimageGeneratorCML.
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
d97bfe954c
Add class MedianGraphEstimatorPy and MedianPreimageGeneratorPy which use GEDEnv implemented in pure Python.
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
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
34e82bfce8
Add parallel functions to MGE.
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
898bec8063
Add class WLSubtree.
5 years ago
jajupmochi
2248a1308e
Update tests.
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
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