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 [Enhancement] The global variable now uses kernel classes as values. 4 years ago
commonWalkKernel.py Update comments, minor bugs for graph kernels. 4 years ago
common_walk.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
conjugate_gradient.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
fixed_point.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
graph_kernel.py [Features][API Changes] Update kernel classes. 3 years ago
marginalized.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
marginalizedKernel.py Update comments, minor bugs for graph kernels. 4 years ago
metadata.py [Enhancement] The global variable now uses kernel classes as values. 4 years ago
path_up_to_h.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
randomWalkKernel.py Update comments, minor bugs for graph kernels. 4 years ago
random_walk.py Add the ConjugateGradient class. 4 years ago
random_walk_meta.py Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
shortest_path.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
spKernel.py Update comments, minor bugs for graph kernels. 4 years ago
spectral_decomposition.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
structural_sp.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
structuralspKernel.py [Very important!!!] fix bugs in ssp kernel functions, before this update symbolic/dicrete edge labels were ignored! 4 years ago
sylvester_equation.py [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
treelet.py [Features][API Changes] Update kernel classes. 3 years ago
treeletKernel.py Update comments, minor bugs for graph kernels. 4 years ago
untilHPathKernel.py Update comments, minor bugs for graph kernels. 4 years ago
weisfeilerLehmanKernel.py Update comments, minor bugs for graph kernels. 4 years ago
weisfeiler_lehman.py [Features][API Changes] Update kernel classes. 3 years ago

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

Text Jupyter Notebook Python C++ other