Browse Source

Update references.

v0.2.x
jajupmochi 5 years ago
parent
commit
66119f03ce
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      gklearn/kernels/shortest_path.py
  2. +5
    -0
      gklearn/kernels/structural_sp.py

+ 5
- 0
gklearn/kernels/shortest_path.py View File

@@ -4,6 +4,11 @@
Created on Tue Apr 7 15:24:58 2020

@author: ljia

@references:
[1] Borgwardt KM, Kriegel HP. Shortest-path kernels on graphs. InData
Mining, Fifth IEEE International Conference on 2005 Nov 27 (pp. 8-pp). IEEE.
"""

import sys


+ 5
- 0
gklearn/kernels/structural_sp.py View File

@@ -4,6 +4,11 @@
Created on Mon Mar 30 11:59:57 2020

@author: ljia

@references:

[1] Suard F, Rakotomamonjy A, Bensrhair A. Kernel on Bag of Paths For
Measuring Similarity of Shapes. InESANN 2007 Apr 25 (pp. 355-360).
"""
import sys
from itertools import product


Loading…
Cancel
Save