Packages

class RepresentationLearner[A] extends AnyRef

Linear Supertypes
AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepresentationLearner
  2. AnyRef
  3. 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 RepresentationLearner(data: Vector[Vector[A]], vectorLength: Int = 150, minWordFrequency: Int = 5, batchSize: Int = 250)

Value Members

  1. val elemCount: Map[A, Int]
  2. val elemMap: Map[Int, A]
  3. val elems: Vector[A]
  4. val indexMap: Map[A, Int]
  5. lazy val lookupTable: InMemoryLookupTable[IntElem]
  6. def seq(v: Vector[A]): Sequence[IntElem]
  7. lazy val sequenceIterator: AbstractSequenceIterator[IntElem]
  8. lazy val vectorMap: Map[A, Vector[Double]]
  9. lazy val vectors: SequenceVectors[IntElem]
  10. lazy val vocabCache: AbstractCache[IntElem]