API Reference¶
A tutorial-like demo is available at Usage.
Roughly, this library consists of following set of classes and methods:
diverse library of Kernel functions,
KernelMatrixdocumented in KernelMatrix class,container classes
KernelSetandKernelBucketdescribed 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.
Exceptions¶
-
class
kernelmethods.KernelMethodsException[source]¶ Bases:
ExceptionGeneric exception to indicate invalid use of the
kernelmethodslibrary.Allows to distinguish improper use of KernelMatrix from other code exceptions
-
class
kernelmethods.KMAccessError[source]¶ Bases:
kernelmethods.config.KernelMethodsExceptionException to indicate invalid access to the kernel matrix elements!