You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
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
..
experiments Add simple preimage experiments. 5 years ago
__init__.py Add class MedianGraphEstimatorPy and MedianPreimageGeneratorPy which use GEDEnv implemented in pure Python. 5 years ago
generate_random_preimages_by_class.py 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
kernel_knn_cv.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
median_preimage_generator.py Update MPG. 4 years ago
median_preimage_generator_cml.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
median_preimage_generator_py.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
preimage_generator.py 1. fix bugs. 5 years ago
random_preimage_generator.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
remove_best_graph.py 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
utils.py 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
visualization.py Revert "clear repo: remove useless files." 5 years ago

A Python package for graph kernels, graph edit distances and graph pre-image problem.

Text Jupyter Notebook Python C++ other