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 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. -
Uses of NormedRxToNormedR1 in org.drip.learning.regularization
Subclasses of NormedRxToNormedR1 in org.drip.learning.regularization Modifier and Type Class Description class
RegularizerR1CombinatorialToR1Continuous
RegularizerR1CombinatorialToR1Continuous computes the Structural Loss and Risk for the specified Normed R1 Combinatorial To Normed R1 Continuous Learning Function.class
RegularizerR1ContinuousToR1Continuous
RegularizerR1ContinuousToR1Continuous computes the Structural Loss and Risk for the specified Normed R1 Continuous To Normed R1 Continuous Learning Function.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 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 class
NormedR1CombinatorialToR1Continuous
NormedR1CombinatorialToR1Continuous implements the f : Validated Normed R1 Combinatorial to Validated Normed R1 Continuous Function Spaces.class
NormedR1ContinuousToR1Continuous
NormedR1ContinuousToR1Continuous implements the f : Validated Normed R1 Continuous to Validated Normed R1 Continuous Function Spaces.class
NormedR1ToNormedR1
NormedR1ToNormedR1 is the Abstract Class underlying the f : Validated Normed R1 To Validated Normed R1 Function Spaces.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.class
NormedRdToNormedR1
NormedRdToNormedR1 is the Abstract Class underlying the f : Validated Normed Rd To Validated Normed R1 Function Spaces.