Closed
Description
Would it make sense to have a kernel in this package that wraps another kernel and ensures that the matrix is normalized by calculating
? I think this might be helpful in cases of non-numeric input such as strings or graphs, where one cannot simply normalize the input features. For example, kernels in GraKeL have this option: https://github.com/ysig/GraKeL/blob/3dc692a86a49542de7314c6d904d9d0afee9d196/grakel/kernels/kernel.py#L60.
Although in GraKeL this is done by passing an rgument to the kernel constructor.
Also, here is some paper on that topic: https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.83.2658&rep=rep1&type=pdf