jajupmochi
344a6f8d4b
Modify function comments of graph kernels.
6 years ago
jajupmochi
b7eef40edf
1. add parallelization choice into the treelet kernel, including "imap_unordered" and None.
2. modify the treelet kernel, use tuples to store canonkeys instead of strings in case that some labels strings contain more than 1 character.
6 years ago
jajupmochi
73b2b7d279
1. add wl subtree kernel.
2. update datasets.
6 years ago
jajupmochi
92c74448ec
add the treelet kernel.
6 years ago
jajupmochi
6b4738df30
rearrange pygraph/kernels file.
6 years ago
jajupmochi
0d82ebe6b8
copié : notebooks/run_weisfeilerLehmankernel_acyclic.ipynb -> .ipynb_checkpoints/run_weisfeilerLehmankernel_acyclic-checkpoint.ipynb
modifié : README.md
nouveau fichier : notebooks/run_cyclicpatternkernel.ipynb
modifié : notebooks/run_marginalizedkernel_acyclic.ipynb
modifié : notebooks/run_pathkernel_acyclic.ipynb
modifié : notebooks/run_spkernel_acyclic.ipynb
modifié : notebooks/run_treeletkernel_acyclic.ipynb
nouveau fichier : notebooks/run_treepatternkernel.ipynb
modifié : notebooks/run_weisfeilerLehmankernel_acyclic.ipynb
nouveau fichier : pygraph/kernels/cyclicPatternKernel.py
modifié : pygraph/kernels/deltaKernel.py
modifié : pygraph/kernels/pathKernel.py
modifié : pygraph/kernels/results.md
modifié : pygraph/kernels/spKernel.py
nouveau fichier : pygraph/kernels/treePatternKernel.py
modifié : pygraph/kernels/treeletKernel.py
modifié : pygraph/kernels/untildPathKernel.py
modifié : pygraph/kernels/weisfeilerLehmanKernel.py
modifié : pygraph/utils/graphfiles.py
modifié : pygraph/utils/utils.py
nouveau fichier : run_cyclic.py
7 years ago
jajupmochi
24eae65154
* ADD *path kernel up to depth d* and its result on dataset Asyclic.
* MOD treelet kernel, retrieve canonkeys of all graphs before calculate kernels, wildly speed it up.
7 years ago
jajupmochi
713edf2794
ADD comments to code of treelet kernel.
7 years ago
jajupmochi
a719ac6859
* ADD *treelet kernel* and its result on dataset Asyclic. - linlin
* MOD the way to calculate WL subtree kernel, correct its results. - linlin
* ADD *kernel_train_test* and *split_train_test* to wrap training and testing process. - linlin
* MOD readme.md file, add detailed results of each kernel. - linlin
7 years ago