T
- data type of input space.public class WeightedProductKernel<T> extends Kernel<T>
ThreadedProductKernel
,
Serialized FormConstructor and Description |
---|
WeightedProductKernel() |
Modifier and Type | Method and Description |
---|---|
void |
addKernel(Kernel<T> k)
adds a kernel to to product
|
void |
addKernel(Kernel<T> k,
double w) |
void |
removeKernel(Kernel<T> k)
removes a kernel from the product
|
double |
valueOf(T t1)
kernel similarity to zero
|
double |
valueOf(T t1,
T t2)
compute the kernel similarity between two element of input space
|
getKernelMatrix, getNormalizedKernelMatrix, normalizedValueOf, setName, toString