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 a76335ed16 [Features][API Changes] Update kernel classes. 3 years ago
..
__init__.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
dataset.py Put deprecation warning of gklearn.utils.Dataset inside the __init__(). 4 years ago
graph_files.py Hide deprecation warning in graph_file.py. 4 years ago
graph_synthesizer.py Update GraphSynthesizer. 4 years ago
graphdataset.py Put deprecation warning of gklearn.utils.Dataset inside the __init__(). 4 years ago
graphfiles.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
isNotebook.py Revert "clear repo: remove useless files." 5 years ago
iters.py Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
kernels.py [Features][API Changes] Update kernel classes. 3 years ago
knn.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
logger2file.py Revert "clear repo: remove useless files." 5 years ago
math.py Add math module. 4 years ago
model_selection_precomputed.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
parallel.py Update tqdm in parallel. 4 years ago
stats.py Add entropy experiments. 4 years ago
timer.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
trie.py rename library. 5 years ago
utils.py [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

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

Text Jupyter Notebook Python C++ other