public class IntegralOperatorEigenContainer
extends java.lang.Object
| Constructor and Description |
|---|
IntegralOperatorEigenContainer(IntegralOperatorEigenComponent[] aIOEC)
IntegralOperatorEigenContainer Constructor
|
| Modifier and Type | Method and Description |
|---|---|
R1Combinatorial |
diagonallyScaledFeatureSpace(DiagonalScalingOperator dso)
Generate the Diagonally Scaled Normed Vector Space of the RKHS Feature Space Bounds that results on
applying the Diagonal Scaling Operator
|
IntegralOperatorEigenComponent[] |
eigenComponents()
Retrieve the Array of the Integral Operator Eigen-Components
|
RdNormed |
inputMetricVectorSpace()
Retrieve the Eigen Input Space
|
R1Normed |
outputMetricVectorSpace()
Retrieve the Eigen Output Space
|
OperatorClassCoveringBounds |
scaledCoveringNumberBounds(DiagonalScalingOperator dso)
Generate the Operator Class Covering Number Bounds of the RKHS Feature Space Bounds that result on the
Application of the Diagonal Scaling Operator
|
public IntegralOperatorEigenContainer(IntegralOperatorEigenComponent[] aIOEC) throws java.lang.Exception
aIOEC - Array of the Integral Operator Eigen-Componentsjava.lang.Exception - Thrown if the Inputs are Invalidpublic IntegralOperatorEigenComponent[] eigenComponents()
public RdNormed inputMetricVectorSpace()
public R1Normed outputMetricVectorSpace()
public R1Combinatorial diagonallyScaledFeatureSpace(DiagonalScalingOperator dso)
dso - The Diagonal Scaling Operatorpublic OperatorClassCoveringBounds scaledCoveringNumberBounds(DiagonalScalingOperator dso)
dso - The Diagonal Scaling Operator