ysig / GraKeL

A scikit-learn compatible library for graph kernels
https://ysig.github.io/GraKeL/
Other
588 stars 96 forks source link

Changing the method of row normalization for transition matrix in the propagation kernel #58

Closed amirabbasasadi closed 3 years ago

amirabbasasadi commented 3 years ago

To fix the division by zero error discussed in #57, the normalization method is replaced by sklearn normalization function in the propagation kernel.