public class IntegralOperatorEigenComponent
extends java.lang.Object
Constructor and Description |
---|
IntegralOperatorEigenComponent(EigenFunctionRdToR1 efRdToR1,
double dblEigenValue)
IntegralOperatorEigenComponent Constructor
|
Modifier and Type | Method and Description |
---|---|
EigenFunctionRdToR1 |
eigenFunction()
Retrieve the Eigen-Function
|
double |
eigenvalue()
Retrieve the Eigenvalue
|
double |
evaluate(double[] adblX,
double[] adblY)
Compute the Eigen-Component Contribution to the Kernel Value
|
NormedRdToNormedR1 |
rkhsFeatureMap()
Retrieve the Feature Map Space represented via the Reproducing Kernel Hilbert Space
|
double |
rkhsFeatureParallelepipedLength()
Retrieve the RKHS Feature Map Parallelepiped Agnostic Upper Bound Length
|
public IntegralOperatorEigenComponent(EigenFunctionRdToR1 efRdToR1, double dblEigenValue) throws java.lang.Exception
efRdToR1
- Normed R^d To Normed R^1 Eigen-FunctiondblEigenValue
- The Eigenvaluejava.lang.Exception
- Thrown if the Inputs are Invalidpublic EigenFunctionRdToR1 eigenFunction()
public double eigenvalue()
public NormedRdToNormedR1 rkhsFeatureMap()
public double rkhsFeatureParallelepipedLength()
public double evaluate(double[] adblX, double[] adblY) throws java.lang.Exception
adblX
- The X Variate ArrayadblY
- The Y Variate Arrayjava.lang.Exception
- Thrown if the Inputs are invalid