- Type Parameters:
T
-
- All Superinterfaces:
- Function<IndependentPair<T,T>,Double>
- All Known Subinterfaces:
- VectorKernel
- All Known Implementing Classes:
- LinearVectorKernel
public interface Kernel<T>
extends Function<IndependentPair<T,T>,Double>
A function which takes in two T instances and returns a double
- Author:
- Sina Samangooei (ss@ecs.soton.ac.uk)