cc.factorie.tutorial.EfficientLDA

Zs

class Zs extends DiscreteSeqVariable

Linear Supertypes
DiscreteSeqVariable, MutableDiscreteSeqVar[DiscreteValue], DiscreteSeqVar, IndexedSeqVar[DiscreteValue], IndexedSeqSimilar[DiscreteValue], SeqVar[DiscreteValue], SeqSimilar[DiscreteValue], variable.ElementType[DiscreteValue], Iterable[DiscreteValue], IterableLike[DiscreteValue, Iterable[DiscreteValue]], Equals, GenIterable[DiscreteValue], GenIterableLike[DiscreteValue, Iterable[DiscreteValue]], Traversable[DiscreteValue], GenTraversable[DiscreteValue], GenericTraversableTemplate[DiscreteValue, Iterable], TraversableLike[DiscreteValue, Iterable[DiscreteValue]], GenTraversableLike[DiscreteValue, Iterable[DiscreteValue]], Parallelizable[DiscreteValue, ParIterable[DiscreteValue]], TraversableOnce[DiscreteValue], GenTraversableOnce[DiscreteValue], FilterMonadic[DiscreteValue, Iterable[DiscreteValue]], HasNewBuilder[DiscreteValue, Iterable[cc.factorie.variable.DiscreteValue] @scala.annotation.unchecked.uncheckedVariance], ProtectedIntArrayBuffer, MutableVar, variable.Var, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Zs
  2. DiscreteSeqVariable
  3. MutableDiscreteSeqVar
  4. DiscreteSeqVar
  5. IndexedSeqVar
  6. IndexedSeqSimilar
  7. SeqVar
  8. SeqSimilar
  9. ElementType
  10. Iterable
  11. IterableLike
  12. Equals
  13. GenIterable
  14. GenIterableLike
  15. Traversable
  16. GenTraversable
  17. GenericTraversableTemplate
  18. TraversableLike
  19. GenTraversableLike
  20. Parallelizable
  21. TraversableOnce
  22. GenTraversableOnce
  23. FilterMonadic
  24. HasNewBuilder
  25. ProtectedIntArrayBuffer
  26. MutableVar
  27. Var
  28. AnyRef
  29. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Zs(len: Int)

Type Members

  1. type ElementType = DiscreteValue

    Definition Classes
    ElementType
  2. type Self = Iterable[DiscreteValue]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  3. type Value = IndexedSeq[DiscreteValue]

  4. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. def !==(other: variable.Var): Boolean

    Definition Classes
    Var
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ++[B >: DiscreteValue, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: DiscreteValue, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike
  6. def ++:[B >: DiscreteValue, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike
  7. def ++=(es: Iterable[DiscreteValue]): Unit

    Definition Classes
    MutableDiscreteSeqVar
  8. def +=(e: DiscreteValue): Unit

    Definition Classes
    MutableDiscreteSeqVar
  9. def /:[B](z: B)(op: (B, DiscreteValue) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def :=(newValue: Value): Unit

    Definition Classes
    MutableVar
  11. def :\[B](z: B)(op: (DiscreteValue, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def ===(other: variable.Var): Boolean

    Value comparisons (as distinct from variable pointer equality)

    Value comparisons (as distinct from variable pointer equality)

    Definition Classes
    Var
  14. final def _append(elem: Int): Zs.this.type

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  15. def _appendAll(elts: TraversableOnce[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  16. def _appendAll(elts: Array[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  17. final def _apply(index: Int): Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  18. def _array: Array[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  19. final def _asArray: Array[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  20. def _asIntSeq: IntSeq

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  21. def _asSeq: IndexedSeq[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  22. def _capacityGrowthFactor: Double

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  23. def _clear(): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  24. def _considerShrinkingCapacity(): Boolean

    If _size is sufficiently smaller than the array length so that substantial space would be saved, then reallocate the array length to be max(_size,_initialCapacity), and return true.

    If _size is sufficiently smaller than the array length so that substantial space would be saved, then reallocate the array length to be max(_size,_initialCapacity), and return true. Otherwise return false.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  25. def _containsSorted(x: Int): Boolean

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  26. def _copyToArray(a: Array[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  27. final def _ensureCapacity(cap: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  28. def _fill(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  29. def _foreach[U](f: (Int) ⇒ U): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  30. final def _increment(index: Int, incr: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  31. def _indexForInsertSorted(i: Int): Int

    Return the index at which value i should be inserted in order to maintain sorted order.

    Return the index at which value i should be inserted in order to maintain sorted order. This assumes that the existing elements already already sorted. If value i is already present, return its index.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  32. def _indexForInsertSortedLinear(i: Int): Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  33. def _indexOf(i: Int): Int

    Return the index containing the value i, or -1 if i is not found.

    Return the index containing the value i, or -1 if i is not found.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  34. def _indexOfSorted(i: Int): Int

    Return the index containing the value i, or -1 if i is not found.

    Return the index containing the value i, or -1 if i is not found. Do so more efficiently by assuming that the contents are sorted in ascending order. Look by starting near the last index as which a search was successful.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  35. def _initialCapacity: Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  36. def _insert(index: Int, elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  37. def _insertAll(index: Int, seq: Traversable[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  38. def _insertAllSorted(seq: Traversable[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  39. def _insertSorted(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  40. def _insertSortedNoDuplicates(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  41. final def _length: Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  42. def _mapToArray[A](a: Array[A], f: (Int) ⇒ A): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  43. def _prepend(elt: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  44. def _prependAll(elts: TraversableOnce[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  45. def _reduceToSize(newSize: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  46. def _remove(index: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  47. def _remove(index: Int, count: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  48. def _set(elts: Seq[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  49. def _set(elts: Array[Int]): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  50. final def _setCapacity(cap: Int): Unit

    Reallocate the array to be exactly 'cap' or _initialCapacity, whichever is bigger.

    Reallocate the array to be exactly 'cap' or _initialCapacity, whichever is bigger.

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  51. def _sizeHint(len: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  52. def _sum: Int

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  53. def _takeAsIntSeq(len: Int): IntSeq

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  54. def _toArray: Array[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  55. def _toSeq: IndexedSeq[Int]

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  56. def _trimCapacity(): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
  57. final def _update(index: Int, value: Int): Unit

    Attributes
    protected
    Definition Classes
    ProtectedIntArrayBuffer
    Annotations
    @inline()
  58. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  59. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  60. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  61. def aggregate[B](z: ⇒ B)(seqop: (B, DiscreteValue) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  62. def appendInt(i: Int): Unit

    Definition Classes
    MutableDiscreteSeqVar
  63. def appendInts(xs: Array[Int]): Unit

    Definition Classes
    MutableDiscreteSeqVar
  64. def appendInts(xs: Iterable[Int]): Unit

    Definition Classes
    MutableDiscreteSeqVar
  65. def apply(index: Int): DiscreteValue

  66. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  67. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  68. def clear(): Unit

    Definition Classes
    MutableDiscreteSeqVar
  69. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. def collect[B, That](pf: PartialFunction[DiscreteValue, B])(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  71. def collectFirst[B](pf: PartialFunction[DiscreteValue, B]): Option[B]

    Definition Classes
    TraversableOnce
  72. def companion: GenericCompanion[Iterable]

    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  73. def contains(elem: Any): Boolean

    Definition Classes
    SeqSimilar
  74. def copyToArray[B >: DiscreteValue](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  75. def copyToArray[B >: DiscreteValue](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def copyToArray[B >: DiscreteValue](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def copyToBuffer[B >: DiscreteValue](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  78. def count(p: (DiscreteValue) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def discreteValues: IndexedSeq[DiscreteValue]

    Definition Classes
    MutableDiscreteSeqVarDiscreteSeqVar
  80. def domain: ZSeqDomain.type

    Definition Classes
    ZsMutableDiscreteSeqVarDiscreteSeqVar
  81. def drop(n: Int): Iterable[DiscreteValue]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  82. def dropRight(n: Int): Iterable[DiscreteValue]

    Definition Classes
    IterableLike
  83. def dropWhile(p: (DiscreteValue) ⇒ Boolean): Iterable[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  84. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  85. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  86. def exists(f: (DiscreteValue) ⇒ Boolean): Boolean

    Definition Classes
    SeqSimilar → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  87. def fill(newValue: Int): Unit

    Definition Classes
    MutableDiscreteSeqVar
  88. def filter(p: (DiscreteValue) ⇒ Boolean): Iterable[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  89. def filterNot(p: (DiscreteValue) ⇒ Boolean): Iterable[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  90. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  91. def find(p: (DiscreteValue) ⇒ Boolean): Option[DiscreteValue]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  92. def flatMap[B, That](f: (DiscreteValue) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  93. def flatten[B](implicit asTraversable: (DiscreteValue) ⇒ GenTraversableOnce[B]): Iterable[B]

    Definition Classes
    GenericTraversableTemplate
  94. def fold[A1 >: DiscreteValue](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def foldLeft[B](z: B)(op: (B, DiscreteValue) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def foldRight[B](z: B)(op: (DiscreteValue, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  97. def forall(p: (DiscreteValue) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  98. def foreach[U](f: (DiscreteValue) ⇒ U): Unit

    Definition Classes
    SeqSimilar → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  99. def genericBuilder[B]: Builder[B, Iterable[B]]

    Definition Classes
    GenericTraversableTemplate
  100. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  101. def groupBy[K](f: (DiscreteValue) ⇒ K): Map[K, Iterable[DiscreteValue]]

    Definition Classes
    TraversableLike → GenTraversableLike
  102. def grouped(size: Int): Iterator[Iterable[DiscreteValue]]

    Definition Classes
    IterableLike
  103. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  104. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  105. def head: DiscreteValue

    Definition Classes
    SeqSimilar → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike
  106. def headOption: Option[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  107. def indexOf[B >: DiscreteValue](elem: B, from: Int): Int

    Definition Classes
    SeqSimilar
  108. def indexOf[B >: DiscreteValue](elem: B): Int

    Definition Classes
    SeqSimilar
  109. def indexWhere(p: (DiscreteValue) ⇒ Boolean): Int

    Definition Classes
    SeqSimilar
  110. def indexWhere(p: (DiscreteValue) ⇒ Boolean, from: Int): Int

    Definition Classes
    SeqSimilar
  111. def init: Iterable[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  112. def inits: Iterator[Iterable[DiscreteValue]]

    Definition Classes
    TraversableLike
  113. def intValue(seqIndex: Int): Int

    Definition Classes
    MutableDiscreteSeqVarDiscreteSeqVar
  114. def intValues: Array[Int]

    Definition Classes
    MutableDiscreteSeqVarDiscreteSeqVar
  115. def isEmpty: Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  116. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  117. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  118. def iterator: Iterator[DiscreteValue]

    Definition Classes
    SeqSimilar → IterableLike → GenIterableLike
  119. def last: DiscreteValue

    Definition Classes
    SeqSimilar → TraversableLike → GenTraversableLike
  120. def lastOption: Option[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  121. def length: Int

  122. def map[B](f: (DiscreteValue) ⇒ B): IndexedSeq[B]

    Definition Classes
    IndexedSeqSimilarSeqSimilar
  123. def map[B, That](f: (DiscreteValue) ⇒ B)(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  124. def max[B >: DiscreteValue](implicit cmp: Ordering[B]): DiscreteValue

    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def maxBy[B](f: (DiscreteValue) ⇒ B)(implicit cmp: Ordering[B]): DiscreteValue

    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def min[B >: DiscreteValue](implicit cmp: Ordering[B]): DiscreteValue

    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def minBy[B](f: (DiscreteValue) ⇒ B)(implicit cmp: Ordering[B]): DiscreteValue

    Definition Classes
    TraversableOnce → GenTraversableOnce
  128. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  132. def newBuilder: Builder[DiscreteValue, Iterable[DiscreteValue]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  133. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. final def notify(): Unit

    Definition Classes
    AnyRef
  135. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  136. def par: ParIterable[DiscreteValue]

    Definition Classes
    Parallelizable
  137. def parCombiner: Combiner[DiscreteValue, ParIterable[DiscreteValue]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  138. def partition(p: (DiscreteValue) ⇒ Boolean): (Iterable[DiscreteValue], Iterable[DiscreteValue])

    Definition Classes
    TraversableLike → GenTraversableLike
  139. def printName: String

    Return the string often used as a prefix of the toString representation of this variable.

    Return the string often used as a prefix of the toString representation of this variable.

    Definition Classes
    Var
  140. def product[B >: DiscreteValue](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def reduce[A1 >: DiscreteValue](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  142. def reduceLeft[B >: DiscreteValue](op: (B, DiscreteValue) ⇒ B): B

    Definition Classes
    TraversableOnce
  143. def reduceLeftOption[B >: DiscreteValue](op: (B, DiscreteValue) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  144. def reduceOption[A1 >: DiscreteValue](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  145. def reduceRight[B >: DiscreteValue](op: (DiscreteValue, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  146. def reduceRightOption[B >: DiscreteValue](op: (DiscreteValue, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  147. def repr: Iterable[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  148. def reversed: List[DiscreteValue]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  149. def sameElements[B >: DiscreteValue](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  150. def scan[B >: DiscreteValue, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  151. def scanLeft[B, That](z: B)(op: (B, DiscreteValue) ⇒ B)(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  152. def scanRight[B, That](z: B)(op: (DiscreteValue, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[DiscreteValue], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  153. def seq: Iterable[DiscreteValue]

    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  154. def set(seqIndex: Int, newValue: Int)(implicit d: variable.DiffList): Unit

    Definition Classes
    MutableDiscreteSeqVar
  155. def set(newValue: Value)(implicit d: variable.DiffList): Unit

    Assign a new value to this variable

    Assign a new value to this variable

    Definition Classes
    MutableDiscreteSeqVarMutableVar
  156. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  157. def slice(from: Int, until: Int): Iterable[DiscreteValue]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  158. def sliding(size: Int, step: Int): Iterator[Iterable[DiscreteValue]]

    Definition Classes
    IterableLike
  159. def sliding(size: Int): Iterator[Iterable[DiscreteValue]]

    Definition Classes
    IterableLike
  160. def span(p: (DiscreteValue) ⇒ Boolean): (Iterable[DiscreteValue], Iterable[DiscreteValue])

    Definition Classes
    TraversableLike → GenTraversableLike
  161. def splitAt(n: Int): (Iterable[DiscreteValue], Iterable[DiscreteValue])

    Definition Classes
    TraversableLike → GenTraversableLike
  162. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  163. def sum[B >: DiscreteValue](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  164. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  165. def tail: Iterable[DiscreteValue]

    Definition Classes
    TraversableLike → GenTraversableLike
  166. def tails: Iterator[Iterable[DiscreteValue]]

    Definition Classes
    TraversableLike
  167. def take(n: Int): Iterable[DiscreteValue]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  168. def takeRight(n: Int): Iterable[DiscreteValue]

    Definition Classes
    IterableLike
  169. def takeWhile(p: (DiscreteValue) ⇒ Boolean): Iterable[DiscreteValue]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  170. def thisCollection: Iterable[DiscreteValue]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  171. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, DiscreteValue, Col[DiscreteValue]]): Col[DiscreteValue]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  172. def toArray[B >: DiscreteValue](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  173. def toBuffer[B >: DiscreteValue]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  174. def toCollection(repr: Iterable[DiscreteValue]): Iterable[DiscreteValue]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  175. def toIndexedSeq: IndexedSeq[DiscreteValue]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  176. def toIterable: Iterable[DiscreteValue]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  177. def toIterator: Iterator[DiscreteValue]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  178. def toList: List[DiscreteValue]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  179. def toMap[T, U](implicit ev: <:<[DiscreteValue, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def toSeq: IndexedSeq[DiscreteValue]

    Definition Classes
    IndexedSeqSimilarSeqSimilar → TraversableOnce → GenTraversableOnce
  181. def toSet[B >: DiscreteValue]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  182. def toStream: Stream[DiscreteValue]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  183. def toString(): String

    Definition Classes
    TraversableLike → Any
  184. def toTraversable: Traversable[DiscreteValue]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  185. def toVector: Vector[DiscreteValue]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  186. def transpose[B](implicit asTraversable: (DiscreteValue) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  187. def trimCapacity(): Unit

    Definition Classes
    MutableDiscreteSeqVar
  188. def uniqueIntValues: Array[Int]

    Definition Classes
    MutableDiscreteSeqVarDiscreteSeqVar
  189. def unzip[A1, A2](implicit asPair: (DiscreteValue) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Definition Classes
    GenericTraversableTemplate
  190. def unzip3[A1, A2, A3](implicit asTriple: (DiscreteValue) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Definition Classes
    GenericTraversableTemplate
  191. def value: Value

    Abstract method to return the value of this variable.

    Abstract method to return the value of this variable.

    Definition Classes
    MutableDiscreteSeqVarIndexedSeqVarIndexedSeqSimilarSeqVarSeqSimilarMutableVarVar
  192. def view(from: Int, until: Int): IterableView[DiscreteValue, Iterable[DiscreteValue]]

    Definition Classes
    IterableLike → TraversableLike
  193. def view: IterableView[DiscreteValue, Iterable[DiscreteValue]]

    Definition Classes
    IterableLike → TraversableLike
  194. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  195. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  197. def withFilter(p: (DiscreteValue) ⇒ Boolean): FilterMonadic[DiscreteValue, Iterable[DiscreteValue]]

    Definition Classes
    TraversableLike → FilterMonadic
  198. def zip[A1 >: DiscreteValue, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[DiscreteValue], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  199. def zipAll[B, A1 >: DiscreteValue, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[DiscreteValue], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  200. def zipWithIndex[A1 >: DiscreteValue, That](implicit bf: CanBuildFrom[Iterable[DiscreteValue], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike

Inherited from DiscreteSeqVariable

Inherited from DiscreteSeqVar

Inherited from IndexedSeqVar[DiscreteValue]

Inherited from SeqVar[DiscreteValue]

Inherited from SeqSimilar[DiscreteValue]

Inherited from Iterable[DiscreteValue]

Inherited from IterableLike[DiscreteValue, Iterable[DiscreteValue]]

Inherited from Equals

Inherited from GenIterable[DiscreteValue]

Inherited from GenIterableLike[DiscreteValue, Iterable[DiscreteValue]]

Inherited from Traversable[DiscreteValue]

Inherited from GenTraversable[DiscreteValue]

Inherited from GenericTraversableTemplate[DiscreteValue, Iterable]

Inherited from TraversableLike[DiscreteValue, Iterable[DiscreteValue]]

Inherited from GenTraversableLike[DiscreteValue, Iterable[DiscreteValue]]

Inherited from Parallelizable[DiscreteValue, ParIterable[DiscreteValue]]

Inherited from TraversableOnce[DiscreteValue]

Inherited from GenTraversableOnce[DiscreteValue]

Inherited from FilterMonadic[DiscreteValue, Iterable[DiscreteValue]]

Inherited from HasNewBuilder[DiscreteValue, Iterable[cc.factorie.variable.DiscreteValue] @scala.annotation.unchecked.uncheckedVariance]

Inherited from ProtectedIntArrayBuffer

Inherited from MutableVar

Inherited from variable.Var

Inherited from AnyRef

Inherited from Any

Ungrouped