Go to the source code of this file.
|
| template<typename InputType , typename InputTypeT1 , typename InputTypeT2 > |
| double | shark::evalSkipMissingFeatures (const AbstractKernelFunction< InputType > &kernelFunction, const InputTypeT1 &inputA, const InputTypeT2 &inputB) |
| |
| template<typename InputType , typename InputTypeT1 , typename InputTypeT2 , typename InputTypeT3 > |
| double | shark::evalSkipMissingFeatures (const AbstractKernelFunction< InputType > &kernelFunction, const InputTypeT1 &inputA, const InputTypeT2 &inputB, InputTypeT3 const &missingness) |
| |