jajupmochi
73b2b7d279
1. add wl subtree kernel.
2. update datasets.
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
713edf2794
ADD comments to code of treelet kernel.
7 years ago
jajupmochi
5d0d9e350b
* 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
jajupmochi
460e846a8f
* ADD calculation of the time spend to acquire kernel matrices for each kernel. - linlin
* MOD floydTransformation function, calculate shortest paths taking into consideration user-defined edge weight. - linlin
* MOD implementation of nodes and edges attributes genericity for all kernels. - linlin
* ADD detailed results file results.md. - linlin
* MOD Weisfeiler-Lehman subtree kernel and the test code. - linlin
7 years ago
jajupmochi
6e7098004c
* MOD Implementation of attributes genericity for both gxl and ct functions
7 years ago
jajupmochi
1cac6d23af
* ADD Weisfeiler-Lehman subtree kernel and its result on dataset Asyclic.
7 years ago