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, outputMetricVectorSpacepublic 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
SymmetricRdToNormedR1Kernelevaluate in class SymmetricRdToNormedR1KerneladblX - Validated Vector Instance XadblY - Validated Vector Instance Yjava.lang.Exception - Thrown if the Inputs are invalid