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