public class PreferenceKernel extends KernelComposition
baseKernel| Constructor and Description |
|---|
PreferenceKernel() |
PreferenceKernel(Kernel baseKernel) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
kernelComputation(Example exA,
Example exB)
Returns the kernel similarity between the given examples.
|
getBaseKernel, setBaseKerneldisableCache, getKernelComputations, getNumberOfHits, getNumberOfMisses, innerProduct, reset, setKernelCache, setNormCache, squaredNorm, squaredNormOfTheDifferencepublic PreferenceKernel(Kernel baseKernel)
public PreferenceKernel()
protected float kernelComputation(Example exA, Example exB)
KernelkernelComputation in class KernelexA - the first exampleexB - the second exampleexA and
exBCopyright © 2014 Semantic Analytics Group @ Uniroma2. All rights reserved.