public interface MKL<T>
Modifier and Type | Method and Description |
---|---|
void |
addKernel(Kernel<T> kernel)
Adds a kernel to the MKL problem
|
java.util.List<Kernel<T>> |
getKernels()
Gets an array of the kernels in the set, in the same order as
getKernelWeights()
|
java.util.Map<Kernel<T>,java.lang.Double> |
getKernelWeightMap()
Gets a mapping of pairs
|
double[] |
getKernelWeights()
Gets an array containing the weights of the different kernels, in the
same order as getKernels()
|
void addKernel(Kernel<T> kernel)
kernel
- the new kernel to adddouble[] getKernelWeights()
java.util.List<Kernel<T>> getKernels()