Evaluate this kernel function for the two given vectors. @param a the first vector @param b the first vector @return the evaluation
(Vec a, Vec b)
| 30 | * @return the evaluation |
| 31 | */ |
| 32 | public double eval(Vec a, Vec b); |
| 33 | |
| 34 | /** |
| 35 | * A descriptive name for the type of KernelFunction |
no outgoing calls
no test coverage detected