Uses of Class
org.drip.spaces.rxtor1.NormedRxToNormedR1
| 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 NormedRxToNormedR1 in org.drip.learning.kernel
Subclasses of NormedRxToNormedR1 in org.drip.learning.kernel Modifier and Type Class Description classEigenFunctionRdToR1EigenFunctionRdToR1 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. -
Uses of NormedRxToNormedR1 in org.drip.learning.regularization
Subclasses of NormedRxToNormedR1 in org.drip.learning.regularization Modifier and Type Class Description classRegularizerR1CombinatorialToR1ContinuousRegularizerR1CombinatorialToR1Continuous computes the Structural Loss and Risk for the specified Normed R1 Combinatorial To Normed R1 Continuous Learning Function.classRegularizerR1ContinuousToR1ContinuousRegularizerR1ContinuousToR1Continuous computes the Structural Loss and Risk for the specified Normed R1 Continuous To Normed R1 Continuous Learning Function.classRegularizerRdCombinatorialToR1ContinuousRegularizerRdCombinatorialToR1Continuous computes the Structural Loss and Risk for the specified Normed Rd Combinatorial To Normed R1 Continuous Learning Function.classRegularizerRdContinuousToR1ContinuousRegularizerRdContinuousToR1Continuous computes the Structural Loss and Risk for the specified Normed Rd Continuous To Normed R1 Continuous Learning Function. -
Uses of NormedRxToNormedR1 in org.drip.spaces.functionclass
Methods in org.drip.spaces.functionclass that return NormedRxToNormedR1 Modifier and Type Method Description NormedRxToNormedR1[]NormedRxToNormedR1Finite. functionSpaces()Retrieve the Array of Function Spaces in the Class -
Uses of NormedRxToNormedR1 in org.drip.spaces.rxtor1
Subclasses of NormedRxToNormedR1 in org.drip.spaces.rxtor1 Modifier and Type Class Description classNormedR1CombinatorialToR1ContinuousNormedR1CombinatorialToR1Continuous implements the f : Validated Normed R1 Combinatorial to Validated Normed R1 Continuous Function Spaces.classNormedR1ContinuousToR1ContinuousNormedR1ContinuousToR1Continuous implements the f : Validated Normed R1 Continuous to Validated Normed R1 Continuous Function Spaces.classNormedR1ToNormedR1NormedR1ToNormedR1 is the Abstract Class underlying the f : Validated Normed R1 To Validated Normed R1 Function Spaces.classNormedRdCombinatorialToR1ContinuousNormedRdCombinatorialToR1Continuous implements the f : Validated Normed Rd Combinatorial to Validated Normed R1 Continuous Function Spaces.classNormedRdContinuousToR1ContinuousNormedRdContinuousToR1Continuous implements the f : Validated Normed Rd Continuous To Validated Normed R1 Continuous Function Spaces.classNormedRdToNormedR1NormedRdToNormedR1 is the Abstract Class underlying the f : Validated Normed Rd To Validated Normed R1 Function Spaces.