NiHu
2.0
|
the kernel bound at the test kernel input More...
#include <kernel.hpp>
Public Member Functions | |
kernel_bind (kernel_base< Derived > const &kernel, test_input_t const &x) | |
constructor More... | |
result_t | operator() (trial_input_t const &y) const |
evaluate bound kernel More... | |
the kernel bound at the test kernel input
Definition at line 174 of file kernel.hpp.
|
inline |
constructor
[in] | kernel | the kernel that is bound |
[in] | x | the test input that binds the kernel |
Definition at line 181 of file kernel.hpp.
|
inline |
evaluate bound kernel
[in] | y | the trial input |
Definition at line 190 of file kernel.hpp.