Ejemplo n.º 1
0
 public void L1Regularisation(float coefficient)
 {
     Debug.Assert(IsValid);
     _cuda.L1Regularisation(_data, _rows * _columns, coefficient);
 }