ProximalL1

case class ProximalL1(var lambda: Double) extends Proximal
trait Serializable
trait Product
trait Equals
trait Proximal
class Object
trait Matchable
class Any

Value members

Concrete methods

def prox(x: DenseVector[Double], rho: Double): Unit
def setLambda(lambda: Double): ProximalL1
override def valueAt(x: DenseVector[Double]): Double
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product