public class RegularizationFunction
extends java.lang.Object
| Constructor and Description |
|---|
RegularizationFunction(R1ToR1 regR1ToR1,
RdToR1 regRdToR1,
double dblLambda)
RegularizationFunction Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
lambda()
Retrieve the Regularization Constant Lambda
|
R1ToR1 |
r1Tor1()
Retrieve the R^1 To R^1 Regularization Function
|
RdToR1 |
rdTor1()
Retrieve the R^d To R^1 Regularization Function
|
public RegularizationFunction(R1ToR1 regR1ToR1, RdToR1 regRdToR1, double dblLambda) throws java.lang.Exception
regR1ToR1 - R^1 To R^1 Regularization FunctionregRdToR1 - R^d To R^1 Regularization FunctiondblLambda - The Regularizer Lambdajava.lang.Exception - Thrown if the Inputs are Invalidpublic R1ToR1 r1Tor1()
public RdToR1 rdTor1()
public double lambda()