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