Packages

final case class Representation[T](rep: Vector[WeightVect[T]]) extends AnyVal with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyVal, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Representation
  2. Serializable
  3. Product
  4. Equals
  5. AnyVal
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Representation(rep: Vector[WeightVect[T]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def *(sc: Double): Representation[T]
  4. def +(elem: T, vect: Vector[Double]): Representation[T]
  5. def ++(that: Representation[T]): Representation[T]
  6. 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()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. def apply(label: T): Vector[Double]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. 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
  11. 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
  12. 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
  13. 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
  14. def feedback(baseweights: (T) => Double, damp: Double = 0.1): FiniteDistribution[T]
  15. def flatdist: Vector[WeightVect[T]]
  16. def flatten: Representation[T]
  17. 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()
  18. def get(label: T): Option[Vector[Double]]
  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. def getsum(label: T): Vector[Double]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def map[S](f: (T) => S): Representation[S]
  23. def next: T
  24. def norm: Double
  25. def normalized(t: Double = 0.0): Representation[T]
  26. def pmf: Vector[Weighted[T]]
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val rep: Vector[WeightVect[T]]
  29. def support: Vector[T]
  30. def toString(): String
    Definition Classes
    Representation → Any

Shadowed Implicit Value Members

  1. 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

  1. 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.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd fromRepresentation[T] to any2stringadd[Representation[T]]

Inherited by implicit conversion StringFormat fromRepresentation[T] to StringFormat[Representation[T]]

Inherited by implicit conversion Ensuring fromRepresentation[T] to Ensuring[Representation[T]]

Inherited by implicit conversion ArrowAssoc fromRepresentation[T] to ArrowAssoc[Representation[T]]

Ungrouped