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 42acfd0236 [Fix] Fix laplacian_kernel and cosine_kernel between pairs of numpy vectors. 3 years ago
..
dataset [Enhancement] gklearn.dataset.Dataset class can now automatically get the task type of the given dataset (regression or classification). 4 years ago
examples Update examples. 4 years ago
experiments [Exp] Update exceptions in fcsp exps. 4 years ago
ged [Fix bugs] length in get_iters in compute_geds(). 4 years ago
gedlib Add parallel functions to MGE. 5 years ago
kernels [Major Feature] WLSubtree kernel can now deal with symbolic edge labels (for Gram matrix computation without parallelization). Meanwhile, the dummy labels are no longer added a priori. 4 years ago
model_learning [Feature] Add the gklearn.model_learning.dichotomous_permutation function. 4 years ago
preimage 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
tests [Major Feature] WLSubtree kernel can now deal with symbolic edge labels (for Gram matrix computation without parallelization). Meanwhile, the dummy labels are no longer added a priori. 4 years ago
utils [Fix] Fix laplacian_kernel and cosine_kernel between pairs of numpy vectors. 3 years ago
__init__.py Add k-nn test. 5 years ago

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

Text Jupyter Notebook Python C++ other