Linear

scalation.modeling.autograd.Linear
See theLinear companion class
object Linear

The Linear companion object for Linear to provide an easier construction API.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Linear.type

Members list

Value members

Concrete methods

def apply(inFeatures: Int, outFeatures: Int)(using ops: AutogradOps): Linear