Uses of Class
org.drip.measure.continuous.R1R1
| Package | Description |
|---|---|
| org.drip.learning.regularization |
Statistical Learning Empirical Loss Regularizer
|
| org.drip.learning.rxtor1 |
Statistical Learning Empirical Loss Penalizer
|
-
Uses of R1R1 in org.drip.learning.regularization
Methods in org.drip.learning.regularization with parameters of type R1R1 Modifier and Type Method Description doubleRegularizerR1CombinatorialToR1Continuous. structuralRisk(R1R1 distR1R1, R1ToR1 funcR1ToR1, double[] adblX, double[] adblY)doubleRegularizerR1ContinuousToR1Continuous. structuralRisk(R1R1 distR1R1, R1ToR1 funcR1ToR1, double[] adblX, double[] adblY)doubleRegularizerR1ToR1. structuralRisk(R1R1 distR1R1, R1ToR1 funcR1ToR1, double[] adblX, double[] adblY)Compute the Regularization Sample Structural Loss -
Uses of R1R1 in org.drip.learning.rxtor1
Methods in org.drip.learning.rxtor1 with parameters of type R1R1 Modifier and Type Method Description doubleEmpiricalLearningMetricEstimator. empiricalRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)Compute the Empirical Sample RiskdoubleL1LossLearner. empiricalRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)doubleLipschitzLossLearner. empiricalRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)doubleLpLossLearner. empiricalRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)doubleEmpiricalLearningMetricEstimator. regularizedRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)Compute the Regularized Sample Risk (Empirical + Structural)doubleGeneralizedLearner. regularizedRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)doubleEmpiricalLearningMetricEstimator. structuralRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)Compute the Structural Sample RiskdoubleGeneralizedLearner. structuralRisk(R1R1 distR1R1, R1ToR1 funcLearnerR1ToR1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)EmpiricalPenaltySupremumEmpiricalLearningMetricEstimator. supremumEmpiricalRisk(R1R1 distR1R1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)Compute the Supremum Empirical Sample RiskEmpiricalPenaltySupremumGeneralizedLearner. supremumEmpiricalRisk(R1R1 distR1R1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)EmpiricalPenaltySupremumEmpiricalLearningMetricEstimator. supremumRegularizedRisk(R1R1 distR1R1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)Compute the Supremum Regularized Sample RiskEmpiricalPenaltySupremumGeneralizedLearner. supremumRegularizedRisk(R1R1 distR1R1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)EmpiricalPenaltySupremumEmpiricalLearningMetricEstimator. supremumStructuralRisk(R1R1 distR1R1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)Compute the Supremum Structural Sample RiskEmpiricalPenaltySupremumGeneralizedLearner. supremumStructuralRisk(R1R1 distR1R1, GeneralizedValidatedVector gvviX, GeneralizedValidatedVector gvviY)Constructors in org.drip.learning.rxtor1 with parameters of type R1R1 Constructor Description EmpiricalPenaltySupremumEstimator(int iSupremumPenaltyLossMode, EmpiricalLearningMetricEstimator elme, GeneralizedValidatedVector gvviY, R1R1 distR1R1, RdR1 distRdR1)EmpiricalPenaltySupremumEstimator Constructor