This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
graphkit-learn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
2
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Update references.
v0.2.x
jajupmochi
5 years ago
parent
c1eff86d49
commit
66119f03ce
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
gklearn/kernels/shortest_path.py
+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
Write
Preview
Loading…
Cancel
Save