Uses of Class
org.drip.measure.continuous.RdR1
Package | Description |
---|---|
org.drip.learning.regularization |
Statistical Learning Empirical Loss Regularizer
|
org.drip.learning.rxtor1 |
Statistical Learning Empirical Loss Penalizer
|
-
Uses of RdR1 in org.drip.learning.regularization
Methods in org.drip.learning.regularization with parameters of type RdR1 Modifier and Type Method Description double
RegularizerRdCombinatorialToR1Continuous. structuralRisk(RdR1 distRdR1, RdToR1 funcRdToR1, double[][] aadblX, double[] adblY)
double
RegularizerRdContinuousToR1Continuous. structuralRisk(RdR1 distRdR1, RdToR1 funcRdToR1, double[][] aadblX, double[] adblY)
double
RegularizerRdToR1. structuralRisk(RdR1 distRdR1, RdToR1 funcRdToR1, double[][] aadblX, double[] adblY)
Compute the Regularization Sample Structural Loss -
Uses of RdR1 in org.drip.learning.rxtor1
Methods in org.drip.learning.rxtor1 with parameters of type RdR1 Modifier and Type Method Description double
EmpiricalLearningMetricEstimator. empiricalRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
Compute the Empirical Sample Riskdouble
L1LossLearner. empiricalRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
double
LipschitzLossLearner. empiricalRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
double
LpLossLearner. empiricalRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
double
EmpiricalLearningMetricEstimator. regularizedRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
Compute the Regularized Sample Risk (Empirical + Structural)double
GeneralizedLearner. regularizedRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
double
EmpiricalLearningMetricEstimator. structuralRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
Compute the Structural Sample Riskdouble
GeneralizedLearner. structuralRisk(RdR1 distRdR1, RdToR1 funcLearnerRdToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
EmpiricalPenaltySupremum
EmpiricalLearningMetricEstimator. supremumEmpiricalRisk(RdR1 distRdR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
Compute the Supremum Empirical Sample RiskEmpiricalPenaltySupremum
GeneralizedLearner. supremumEmpiricalRisk(RdR1 distRdR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
EmpiricalPenaltySupremum
EmpiricalLearningMetricEstimator. supremumRegularizedRisk(RdR1 distRdR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
Compute the Supremum Regularized Sample RiskEmpiricalPenaltySupremum
GeneralizedLearner. supremumRegularizedRisk(RdR1 distRdR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
EmpiricalPenaltySupremum
EmpiricalLearningMetricEstimator. supremumStructuralRisk(RdR1 distRdR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
Compute the Supremum Structural Sample RiskEmpiricalPenaltySupremum
GeneralizedLearner. supremumStructuralRisk(RdR1 distRdR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)
Constructors in org.drip.learning.rxtor1 with parameters of type RdR1 Constructor Description EmpiricalPenaltySupremumEstimator(int iSupremumPenaltyLossMode, EmpiricalLearningMetricEstimator elme, GeneralizedValidatedVector gvviY, R1R1 distR1R1, RdR1 distRdR1)
EmpiricalPenaltySupremumEstimator Constructor