public class L1L2Regulariser extends Object implements Regulariser
| Constructor and Description |
|---|
L1L2Regulariser() |
| Modifier and Type | Method and Description |
|---|---|
gov.sandia.cognition.math.matrix.Matrix |
prox(gov.sandia.cognition.math.matrix.Matrix W,
double lambda) |
public L1L2Regulariser()
public gov.sandia.cognition.math.matrix.Matrix prox(gov.sandia.cognition.math.matrix.Matrix W, double lambda)
prox in interface Regulariser