DiffFunction

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def withL2Regularization[T, I](d: DiffFunction[T], weight: Double)(implicit space: InnerProductModule[T, Double]): DiffFunction[T]
def withL2Regularization[T, I](d: BatchDiffFunction[T], weight: Double)(implicit space: InnerProductModule[T, Double]): BatchDiffFunction[T]

Implicits

Inherited implicits

implicit def castOps[V1, V2, T, Op, VR](implicit v1ev: V1 <:< DiffFunction[T], V2ev: V2 <:< DiffFunction[T], op: UImpl2[Op, DiffFunction[T], DiffFunction[T], VR]): UImpl2[Op, V1, V2, VR]
implicit def opAddDiffFunction[T](implicit opAdd: Impl2[T, T, T]): Impl2[DiffFunction[T], DiffFunction[T], DiffFunction[T]]
implicit def opDivDiffFunction[T](implicit opDiv: Impl2[T, Double, T]): Impl2[DiffFunction[T], Double, DiffFunction[T]]
implicit def opDivLHSDiffFunction[T](implicit opMul: Impl2[Double, T, T]): Impl2[Double, DiffFunction[T], DiffFunction[T]]
implicit def opMulDiffFunction[T](implicit opMul: Impl2[T, Double, T]): Impl2[DiffFunction[T], Double, DiffFunction[T]]
implicit def opMulLHSDiffFunction[T](implicit opMul: Impl2[Double, T, T]): Impl2[Double, DiffFunction[T], DiffFunction[T]]
implicit def opSubDiffFunction[T](implicit opSub: Impl2[T, T, T]): Impl2[DiffFunction[T], DiffFunction[T], DiffFunction[T]]