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