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. def *(sc: Double): Representation[T]
  2. def +(elem: T, vect: Vector[Double]): Representation[T]
  3. def ++(that: Representation[T]): Representation[T]
  4. def apply(label: T): Vector[Double]
  5. def feedback(baseweights: (T) => Double, damp: Double = 0.1): FiniteDistribution[T]
  6. def flatdist: Vector[WeightVect[T]]
  7. def flatten: Representation[T]
  8. def get(label: T): Option[Vector[Double]]
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. def getsum(label: T): Vector[Double]
  11. def map[S](f: (T) => S): Representation[S]
  12. def next: T
  13. def norm: Double
  14. def normalized(t: Double = 0.0): Representation[T]
  15. def pmf: Vector[Weighted[T]]
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. val rep: Vector[WeightVect[T]]
  18. def support: Vector[T]
  19. def toString(): String
    Definition Classes
    Representation → Any