You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all of the kernel functions are pretty baked into the graph classes. It seems to me that it would be more useful to refactor this into a kernel class that allows one to implement things like polynomial kernels. Graph construction would be independent; one need only pass kernel = 'polynomial'
The text was updated successfully, but these errors were encountered:
Currently all of the kernel functions are pretty baked into the graph classes. It seems to me that it would be more useful to refactor this into a
kernel
class that allows one to implement things like polynomial kernels. Graph construction would be independent; one need only passkernel = 'polynomial'
The text was updated successfully, but these errors were encountered: