public interface RegularizerR1ToR1
| 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
|
double lambda()
double structuralLoss(R1ToR1 funcR1ToR1, double[] adblX) throws java.lang.Exception
funcR1ToR1 - R^1 To R^1 Function InstanceadblX - The Predictor Instancejava.lang.Exception - Thrown if the Inputs are Invaliddouble structuralRisk(R1R1 distR1R1, R1ToR1 funcR1ToR1, double[] adblX, double[] adblY) throws java.lang.Exception
distR1R1 - 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