Package | Description |
---|---|
gov.sandia.cognition.learning.function.kernel |
Provides kernel functions.
|
Modifier and Type | Class and Description |
---|---|
class |
ProductKernel<InputType>
The
ProductKernel class implements a kernel that takes the product
of applying multiple kernels to the same pair of inputs. |
class |
SumKernel<InputType>
The
SumKernel class implements a kernel that adds together
the result of applying multiple kernels to the same pair of inputs. |
Modifier and Type | Method and Description |
---|---|
DefaultKernelsContainer<InputType> |
DefaultKernelsContainer.clone() |
Constructor and Description |
---|
DefaultKernelsContainer(DefaultKernelsContainer<InputType> other)
Creates a new copy of the DefaultKernelsConainer.
|