API Referencelink
A tutorial-like demo is available at Usage.
Roughly, this library consists of following set of classes and methods:
diverse library of Kernel functions,
KernelMatrix
documented in KernelMatrix class,container classes
KernelSet
andKernelBucket
described in Collections of kernel matrices,a library of Kernel Operations,
a set of related Utilities and
custom exceptions (listed below) to improve user experience and testability.
Exceptionslink
- code
class
kernelmethods.
KernelMethodsException
[source]link Bases:
Exception
Generic exception to indicate invalid use of the
kernelmethods
library.Allows to distinguish improper use of KernelMatrix from other code exceptions
- code
class
kernelmethods.
KMAccessError
[source]link Bases:
kernelmethods.config.KernelMethodsException
Exception to indicate invalid access to the kernel matrix elements!