final case class Representation[T](rep: Vector[WeightVect[T]]) extends AnyVal with Product with Serializable
- Alphabetic
- By Inheritance
- Representation
- Serializable
- Product
- Equals
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Representation(rep: Vector[WeightVect[T]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def *(sc: Double): Representation[T]
- def +(elem: T, vect: Vector[Double]): Representation[T]
- def ++(that: Representation[T]): Representation[T]
- def ->[B](y: B): (Representation[T], B)
- Implicit
- This member is added by an implicit conversion from Representation[T] toArrowAssoc[Representation[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply(label: T): Vector[Double]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (Representation[T]) => Boolean, msg: => Any): Representation[T]
- Implicit
- This member is added by an implicit conversion from Representation[T] toEnsuring[Representation[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Representation[T]) => Boolean): Representation[T]
- Implicit
- This member is added by an implicit conversion from Representation[T] toEnsuring[Representation[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Representation[T]
- Implicit
- This member is added by an implicit conversion from Representation[T] toEnsuring[Representation[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Representation[T]
- Implicit
- This member is added by an implicit conversion from Representation[T] toEnsuring[Representation[T]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def feedback(baseweights: (T) => Double, damp: Double = 0.1): FiniteDistribution[T]
- def flatdist: Vector[WeightVect[T]]
- def flatten: Representation[T]
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Representation[T] toStringFormat[Representation[T]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def get(label: T): Option[Vector[Double]]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getsum(label: T): Vector[Double]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[S](f: (T) => S): Representation[S]
- def next: T
- def norm: Double
- def normalized(t: Double = 0.0): Representation[T]
- def pmf: Vector[Weighted[T]]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rep: Vector[WeightVect[T]]
- def support: Vector[T]
- def toString(): String
- Definition Classes
- Representation → Any
Shadowed Implicit Value Members
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from Representation[T] toany2stringadd[Representation[T]] performed by method any2stringadd in scala.Predef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(representation: any2stringadd[Representation[T]]).+(other)
- Definition Classes
- any2stringadd
Deprecated Value Members
- def →[B](y: B): (Representation[T], B)
- Implicit
- This member is added by an implicit conversion from Representation[T] toArrowAssoc[Representation[T]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.