ClearTK/cleartk

generalized tree kernel framework

Closed this issue · 1 comments

Original issue 402 created by ClearTK on 2014-04-02T13:38:53.000Z:

Currently the tree kernel framework has one entry point for defining kernels -- TreeKernel, which takes arguments about what kind of kernel to run, sst or ptk. We should generalize this to an interface/abstract class approach where new kernels can be defined by inheriting from TreeKernel and implementing their own eval methods.

Comment #1 originally posted by ClearTK on 2014-07-04T13:57:31.000Z:

<empty>