Uses of Class
org.drip.learning.bound.CoveringNumberLossBound
Package | Description |
---|---|
org.drip.learning.bound |
Covering Numbers, Concentration, Lipschitz Bounds
|
org.drip.learning.rxtor1 |
Statistical Learning Empirical Loss Penalizer
|
-
Uses of CoveringNumberLossBound in org.drip.learning.bound
Methods in org.drip.learning.bound that return CoveringNumberLossBound Modifier and Type Method Description static CoveringNumberLossBound
CoveringNumberBoundBuilder. AgnosticConvexLearning(R1ToR1 funcSampleCoefficient, double dblExponentScaler)
Construct the Agnostic Convex Learning CoveringNumberProbabilityBound Instancestatic CoveringNumberLossBound
CoveringNumberBoundBuilder. AgnosticLearning(R1ToR1 funcSampleCoefficient, double dblExponentScaler)
Construct the Agnostic Learning CoveringNumberProbabilityBound Instancestatic CoveringNumberLossBound
CoveringNumberBoundBuilder. RegressionLearning(R1ToR1 funcSampleCoefficient, double dblExponentScaler)
Construct the Regression Learning CoveringNumberProbabilityBound Instance -
Uses of CoveringNumberLossBound in org.drip.learning.rxtor1
Methods in org.drip.learning.rxtor1 that return CoveringNumberLossBound Modifier and Type Method Description CoveringNumberLossBound
GeneralizedLearner. coveringLossBoundEvaluator()
Retrieve the Covering Number based Deviation Upper Probability Bound GeneratorConstructors in org.drip.learning.rxtor1 with parameters of type CoveringNumberLossBound Constructor Description ApproximateLipschitzLossLearner(NormedRxToNormedR1Finite funcClassRxToR1, CoveringNumberLossBound cdpb, RegularizationFunction regularizerFunc, double dblLipschitzSlope, double dblLipschitzFloor)
ApproximateLipschitzLossLearner ConstructorGeneralizedLearner(NormedRxToNormedR1Finite funcClassRxToR1, CoveringNumberLossBound funcClassCNLB, RegularizationFunction regularizerFunc)
GeneralizedLearner ConstructorL1LossLearner(NormedRxToNormedR1Finite funcClassRxToR1, CoveringNumberLossBound cdpb, RegularizationFunction regularizerFunc, MeasureConcentrationExpectationBound cleb)
L1LossLearner ConstructorLipschitzLossLearner(NormedRxToNormedR1Finite funcClassRxToR1, CoveringNumberLossBound cdpb, RegularizationFunction regularizerFunc, double dblLipschitzSlope)
LipschitzLossLearner ConstructorLpLossLearner(NormedRxToNormedR1Finite funcClassRxToR1, CoveringNumberLossBound cdpb, RegularizationFunction regularizerFunc, double dblLossExponent)
LpLossLearner Constructor