19 Commits (8b853895faf81c66ca93dea200d6e40af59ab3ea)

Author SHA1 Message Date
  jajupmochi 1946d46964 [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
  jajupmochi 70a11dfd1b [Enhancement] gklearn.utils.normalize_gram_matrix function now raises an excepetion if the diagonal includes negative values.\n[Enhancement] gklearn.utils.get_graph_kernel_by_name function now accepts strings of kernel names the same as the keys of gklearn.kernels.GRAPH_KERNELS and supports more graph kernels. 4 years ago
  jajupmochi cdcccb2e32 Update get_graph_kernel_by_name(). 4 years ago
  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 e6b92b752b Add the function compute_vertex_kernels. 4 years ago
  jajupmochi 6eb6a4a3ad Add CommonWalk class. 4 years ago
  jajupmochi 5eb69de7ea Add ged module. 5 years ago
  jajupmochi e66846f2a8 Implement Marginalized kernel class. 5 years ago
  jajupmochi 7e94ecaf31 Add k-nn test. 5 years ago
  jajupmochi 9a365fac98 Fix bugs for enum and add test for median preimage generator. 5 years ago
  jajupmochi f8fc1d9336 Fix bugs in some graph kernels. 2. Update MedianGraphEstimator. 5 years ago
  jajupmochi 898bec8063 Add class WLSubtree. 5 years ago
  jajupmochi 78999e859c Fix bugs. 5 years ago
  jajupmochi 92c24ffeca Add class Treelet. 5 years ago
  jajupmochi 9fc8fbfeb9 add trim_dataset() method to class Dataset. 5 years ago
  jajupmochi b4747fc16b fix bug "AttributeError("'Graph' object has no attribute 'node'",)" for new version of NetworkX. 5 years ago
  jajupmochi 5dae69b878 1. fix bugs. 5 years ago
  jajupmochi 7bdd77b777 1. add preimage module. 5 years ago
  jajupmochi d6b252a83e rename library. 5 years ago