Packages

object NodeCoeffs

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeCoeffs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class BaseCons[State, V, RDom <: HList, Y](headGen: GeneratorNodeFamily[RDom, Y], headCoeff: V, tail: NodeCoeffs[State, V, RDom, Y]) extends Cons[State, V, RDom, Y] with Product with Serializable
  2. sealed trait Cons[State, V, RDom <: HList, Y] extends NodeCoeffs[State, V, RDom, Y]
  3. case class RecCons[State, V, RDom <: HList, Y](headGen: RecursiveGeneratorNodeFamily[RDom, State, Y], headCoeff: V, tail: NodeCoeffs[State, V, RDom, Y]) extends Cons[State, V, RDom, Y] with Product with Serializable
  4. case class Target[State, V, RDom <: HList, Y](output: RandomVarFamily[RDom, Y]) extends NodeCoeffs[State, V, RDom, Y] with Product with Serializable

Value Members

  1. def purge[State, RDom <: HList, Y](nc: NodeCoeffs[State, Double, RDom, Y]): NodeCoeffs[State, Double, RDom, Y]
  2. object Cons