graphtools icon indicating copy to clipboard operation
graphtools copied to clipboard

Refactor kernel tools

Open stanleyjs opened this issue 5 years ago • 0 comments

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'

stanleyjs avatar Feb 06 '19 19:02 stanleyjs