public class RegularizerR1CombinatorialToR1Continuous extends NormedR1CombinatorialToR1Continuous implements RegularizerR1ToR1
| Constructor and Description |
|---|
RegularizerR1CombinatorialToR1Continuous(R1ToR1 funcRegularizerR1ToR1,
R1Combinatorial r1CombinatorialInput,
R1Continuous r1ContinuousOutput,
double dblLambda)
RegularizerR1CombinatorialToR1Continuous Function Space Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
lambda()
Retrieve the Regularization Constant Lambda
|
double |
structuralLoss(R1ToR1 funcR1ToR1,
double[] adblX)
Compute the Regularization Sample Structural Loss
|
double |
structuralRisk(R1R1 distR1R1,
R1ToR1 funcR1ToR1,
double[] adblX,
double[] adblY)
Compute the Regularization Sample Structural Loss
|
populationMetricNormfunction, inputMetricVectorSpace, outputMetricVectorSpace, populationESS, sampleMetricNorm, sampleSupremumNormpopulationCoveringNumber, populationSupremumCoveringNumber, populationSupremumMetricNorm, sampleCoveringNumber, sampleSupremumCoveringNumberpublic RegularizerR1CombinatorialToR1Continuous(R1ToR1 funcRegularizerR1ToR1, R1Combinatorial r1CombinatorialInput, R1Continuous r1ContinuousOutput, double dblLambda) throws java.lang.Exception
funcRegularizerR1ToR1 - The R^1 To R^1 Regularizer Functionr1CombinatorialInput - The Combinatorial R^1 Input Metric Vector Spacer1ContinuousOutput - The Continuous R^1 Output Metric Vector SpacedblLambda - The Regularization Lambdajava.lang.Exception - Thrown if the Inputs are Invalidpublic double lambda()
RegularizerR1ToR1lambda in interface RegularizerR1ToR1public double structuralLoss(R1ToR1 funcR1ToR1, double[] adblX) throws java.lang.Exception
RegularizerR1ToR1structuralLoss in interface RegularizerR1ToR1funcR1ToR1 - R^1 To R^1 Function InstanceadblX - The Predictor Instancejava.lang.Exception - Thrown if the Inputs are Invalidpublic double structuralRisk(R1R1 distR1R1, R1ToR1 funcR1ToR1, double[] adblX, double[] adblY) throws java.lang.Exception
RegularizerR1ToR1structuralRisk in interface RegularizerR1ToR1distR1R1 - R^1 R^1 Multivariate MeasurefuncR1ToR1 - R^1 To R^1 Function InstanceadblX - The Predictor InstanceadblY - The Response Instancejava.lang.Exception - Thrown if the Inputs are Invalid