public class MercerKernel extends SymmetricRdToNormedR1Kernel
Constructor and Description |
---|
MercerKernel(IntegralOperatorEigenContainer ioec)
MercerKernel Constructor
|
Modifier and Type | Method and Description |
---|---|
IntegralOperatorEigenContainer |
eigenComponentSuite()
Retrieve the Suite of Eigen Components
|
double |
evaluate(double[] adblX,
double[] adblY)
Compute the Kernel's R^d X R^d To R^1 Value
|
featureSpaceDimension, inputMetricVectorSpace, outputMetricVectorSpace
public MercerKernel(IntegralOperatorEigenContainer ioec) throws java.lang.Exception
ioec
- The Container of the Eigen Componentsjava.lang.Exception
- Thrown if the Inputs are Invalidpublic IntegralOperatorEigenContainer eigenComponentSuite()
public double evaluate(double[] adblX, double[] adblY) throws java.lang.Exception
SymmetricRdToNormedR1Kernel
evaluate
in class SymmetricRdToNormedR1Kernel
adblX
- Validated Vector Instance XadblY
- Validated Vector Instance Yjava.lang.Exception
- Thrown if the Inputs are invalid