Uses of Class
org.drip.spaces.rxtor1.NormedRdToNormedR1
Package | Description |
---|---|
org.drip.learning.kernel |
Statistical Learning Banach Mercer Kernels
|
org.drip.learning.regularization |
Statistical Learning Empirical Loss Regularizer
|
org.drip.spaces.functionclass |
Normed Finite Spaces Function Class
|
org.drip.spaces.rxtor1 |
Rx To R1 Normed Function Spaces
|
-
Uses of NormedRdToNormedR1 in org.drip.learning.kernel
Subclasses of NormedRdToNormedR1 in org.drip.learning.kernel Modifier and Type Class Description class
EigenFunctionRdToR1
EigenFunctionRdToR1 holds the Eigen-vector Function and its corresponding Space of the Rd To R1 Kernel Linear Integral Operator defined by: T_k [f(.)] := Integral Over Input Space {k (., y) * f(y) * d[Prob(y)]}
The References are:
Ash, R.Methods in org.drip.learning.kernel that return NormedRdToNormedR1 Modifier and Type Method Description NormedRdToNormedR1
IntegralOperatorEigenComponent. rkhsFeatureMap()
Retrieve the Feature Map Space represented via the Reproducing Kernel Hilbert Space -
Uses of NormedRdToNormedR1 in org.drip.learning.regularization
Subclasses of NormedRdToNormedR1 in org.drip.learning.regularization Modifier and Type Class Description class
RegularizerRdCombinatorialToR1Continuous
RegularizerRdCombinatorialToR1Continuous computes the Structural Loss and Risk for the specified Normed Rd Combinatorial To Normed R1 Continuous Learning Function.class
RegularizerRdContinuousToR1Continuous
RegularizerRdContinuousToR1Continuous computes the Structural Loss and Risk for the specified Normed Rd Continuous To Normed R1 Continuous Learning Function. -
Uses of NormedRdToNormedR1 in org.drip.spaces.functionclass
Constructors in org.drip.spaces.functionclass with parameters of type NormedRdToNormedR1 Constructor Description NormedRdToNormedR1Finite(double maureyConstant, NormedRdToNormedR1[] normedRdToNormedR1Array)
NormedRdToNormedR1Finite Function Class Constructor -
Uses of NormedRdToNormedR1 in org.drip.spaces.rxtor1
Subclasses of NormedRdToNormedR1 in org.drip.spaces.rxtor1 Modifier and Type Class Description class
NormedRdCombinatorialToR1Continuous
NormedRdCombinatorialToR1Continuous implements the f : Validated Normed Rd Combinatorial to Validated Normed R1 Continuous Function Spaces.class
NormedRdContinuousToR1Continuous
NormedRdContinuousToR1Continuous implements the f : Validated Normed Rd Continuous To Validated Normed R1 Continuous Function Spaces.