raamana / kernelmethods

Foundational library for Kernel methods in pattern analysis and machine learning

Home Page:https://raamana.github.io/kernelmethods/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH: implement arithmetic operations on kernel matrices via [dunder] magic methods

raamana opened this issue · comments

straight forward implementation of __add__, __mul__, __sub__ etc for the KernelMatrix class, with some smart optimizations when possible.