238 Commits (master)

Author SHA1 Message Date
  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 d24cdec251 Update exps: ged stability. 4 years ago
  jajupmochi c6e201ffd0 Update multiple repeats for GED computations. 4 years ago
  jajupmochi bf0bb20dec Add multiple trials for GED computations. 4 years ago
  jajupmochi ffb26889b9 Add exps for the GED stability. 4 years ago
  jajupmochi d529e06052 Update MPG. 4 years ago
  jajupmochi cd124cab61 Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
  jajupmochi d80f5f64ca Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
  jajupmochi a54b8de5b3 Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
  jajupmochi 396547a757 Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
  jajupmochi 2a065f4fb6 Fix a bug in the WL kernel class. 4 years ago
  jajupmochi bc5b8b0d25 Refactor: deprecate the usage of "__" for the "private" members and methods, use "_" instead. 4 years ago
  jajupmochi 5bdfb68551 Add test for four random walk kernel classes. 4 years ago
  jajupmochi 57f7e5fdc5 Add test for four random walk kernel classes. 4 years ago
  jajupmochi f05954f302 Fix bugs in four random walk kernels. 4 years ago
  jajupmochi 1cdb845737 Update exps. 4 years ago
  jajupmochi 320964dd16 Update comments, minor bugs for graph kernels. 4 years ago
  jajupmochi 7237aa846c Update random walk kernels. 4 years ago
  jajupmochi 07aa31bbbf Add the ConjugateGradient class. 4 years ago
  jajupmochi e6b92b752b Add the function compute_vertex_kernels. 4 years ago
  jajupmochi f3a3441b44 Update exps: remove self loops. 4 years ago
  jajupmochi 1fd8199649 Update experiments. 4 years ago
  jajupmochi 64e76fe1a0 Add math module. 4 years ago
  jajupmochi 95d327f3d8 Add entropy experiments. 4 years ago
  jajupmochi a3061244a6 Fix a bug in weisfeilerLehmankernel. 4 years ago
  jajupmochi 5303897fb5 Add exps. 4 years ago
  jajupmochi 0eef570c62 Fix bugs in exps. 4 years ago
  jajupmochi c898c62eb8 Add the chunksize argument to the function version of graph kernels. 4 years ago
  jajupmochi 9710c639c5 Add the FixPoint graph kernel class. 4 years ago
  jajupmochi 7f66196251 Update model selection function. 4 years ago
  jajupmochi 6b0f4bddc2 Update examples. 4 years ago
  jajupmochi a26491997d Update examples. 4 years ago
  jajupmochi 01f0b4a489 Update exps. 4 years ago
  jajupmochi 92705d8ba1 Update dataset processors. 4 years ago
  jajupmochi ca1f2b535b Fix pickle problem. 4 years ago
  jajupmochi 899daa336a Fix pickle problem. 4 years ago
  jajupmochi 97257a5ef9 Update namespace. 4 years ago
  jajupmochi 293ed9efae Fix bugs and add xps. 4 years ago
  jajupmochi 87e9da8b65 Fix bugs. 4 years ago
  jajupmochi 681802a769 Add xp. 4 years ago
  jajupmochi 21b99f4730 Update graph synthesizer. 4 years ago
  jajupmochi d8e206c33c Add graph synthesizer. 4 years ago
  jajupmochi 570492cf46 Add SpectralDecomposition class. 4 years ago
  jajupmochi 5dcbe76350 Add SylvesterEquation class. 4 years ago
  jajupmochi 6eb6a4a3ad Add CommonWalk class. 4 years ago
  jajupmochi 1fd5ffcd0a Add MedianGraphEstimator for cost matrices learning. 5 years ago
  jajupmochi d64cf4d0ac Update optimizing part in MedianPreimageGeneratorCML. 5 years ago
  jajupmochi 0db57fe3ce Fix bugs in ged.util.util.get_nb_edit_operations_symbolic_cml() and add test for it. 5 years ago
  jajupmochi 15945eb272 Update the computation of numbers of edit operations for GEDs using pre-defined costs between labels. 5 years ago
  jajupmochi 31a8a9c51d Add ability to GEDEnv to use pre-defined costs between edge labels. 5 years ago