edu.stanford.nlp.tmt.model.llda

LabeledLDADataset

trait LabeledLDADataset [Item] extends LazyIterable[LabeledLDADocumentParams] with Dataset[Item, String, LabeledLDADataset[Item]] with TermDataset[Item] with MultiLabelDataset[Item, String]

An LabeledLDA dataset is a collection of items; each item has an ID (retrieved with the getID function), a sequence of terms (retrieved with the getTerms function), and a set of labels (retrieved with the getLabels function). See static constructors in companion object.

go to: companion
linear super types: MultiLabelDataset[Item, String], TermDataset[Item], Dataset[Item, String, LabeledLDADataset[Item]], LazyIterable[LabeledLDADocumentParams], LazyIterableLike[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]], Iterable[LabeledLDADocumentParams], IterableLike[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]], Equals, Traversable[LabeledLDADocumentParams], GenericTraversableTemplate[LabeledLDADocumentParams, Iterable], TraversableLike[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]], TraversableOnce[LabeledLDADocumentParams], FilterMonadic[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]], HasNewBuilder[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LabeledLDADataset
  2. MultiLabelDataset
  3. TermDataset
  4. Dataset
  5. LazyIterable
  6. LazyIterableLike
  7. Iterable
  8. IterableLike
  9. Equals
  10. Traversable
  11. GenericTraversableTemplate
  12. TraversableLike
  13. TraversableOnce
  14. FilterMonadic
  15. HasNewBuilder
  16. AnyRef
  17. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. type Self = LazyIterable[LabeledLDADocumentParams]

    attributes: protected
    definition classes: TraversableLike

Value Members

  1. def != (arg0: AnyRef) : Boolean

    attributes: final
    definition classes: AnyRef
  2. def != (arg0: Any) : Boolean

    o != arg0 is the same as !(o == (arg0)).

    o != arg0 is the same as !(o == (arg0)).

    arg0

    the object to compare against this object for dis-equality.

    returns

    false if the receiver object is equivalent to the argument; true otherwise.

    attributes: final
    definition classes: Any
  3. def ## () : Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf [T0] () : T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf [T0] () : Boolean

    attributes: final
    definition classes: AnyRef
  6. def ++ [B >: A, That] (xs: TraversableOnce[B])(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], B, That]) : That

    definition classes: LazyIterableLike → TraversableLike
  7. def /: [B] (z: B)(op: (B, LabeledLDADocumentParams) ⇒ B) : B

    definition classes: TraversableOnce
  8. def :\ [B] (z: B)(op: (LabeledLDADocumentParams, B) ⇒ B) : B

    definition classes: TraversableOnce
  9. def == (arg0: AnyRef) : Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: AnyRef
  10. def == (arg0: Any) : Boolean

    o == arg0 is the same as o.equals(arg0).

    o == arg0 is the same as o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: Any
  11. def addString (b: StringBuilder) : StringBuilder

    definition classes: TraversableOnce
  12. def addString (b: StringBuilder, sep: String) : StringBuilder

    definition classes: TraversableOnce
  13. def addString (b: StringBuilder, start: String, sep: String, end: String) : StringBuilder

    definition classes: TraversableOnce
  14. def asIDs : Iterable[String]

    A view of this dataset as its underlying terms.

    A view of this dataset as its underlying terms.

    definition classes: Dataset
  15. def asInstanceOf [T0] : T0

    This method is used to cast the receiver object to be of type T0.

    This method is used to cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    the receiver object.

    attributes: final
    definition classes: Any
  16. def asLabels (labelIndex: Index[String] = ...) : Iterable[Array[Int]]

    A view of this dataset as an Iterable of Labels.

    A view of this dataset as an Iterable of Labels.

    definition classes: MultiLabelDataset
  17. def asTerms (termIndex: Index[String] = ...) : Iterable[Array[Int]]

    A view of this dataset as its underlying terms.

    A view of this dataset as its underlying terms.

    definition classes: TermDataset
  18. def canEqual (that: Any) : Boolean

    definition classes: IterableLike → Equals
  19. def clone () : AnyRef

    This method creates and returns a copy of the receiver object.

    This method creates and returns a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    attributes: protected
    definition classes: AnyRef
  20. def collect [B, That] (pf: PartialFunction[LabeledLDADocumentParams, B])(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], B, That]) : That

    definition classes: LazyIterableLike → TraversableLike
  21. def companion : GenericCompanion[LazyIterable]

    definition classes: LazyIterable → Iterable → Traversable → GenericTraversableTemplate
  22. def copyToArray [B >: A] (xs: Array[B], start: Int, len: Int) : Unit

    definition classes: IterableLike → TraversableLike → TraversableOnce
  23. def copyToArray [B >: A] (xs: Array[B]) : Unit

    definition classes: TraversableOnce
  24. def copyToArray [B >: A] (xs: Array[B], start: Int) : Unit

    definition classes: TraversableOnce
  25. def copyToBuffer [B >: A] (dest: Buffer[B]) : Unit

    definition classes: TraversableOnce
  26. def count (p: (LabeledLDADocumentParams) ⇒ Boolean) : Int

    definition classes: TraversableOnce
  27. def drop (n: Int) : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → TraversableLike
  28. def dropRight (n: Int) : LazyIterable[LabeledLDADocumentParams]

    definition classes: IterableLike
  29. def dropWhile (p: (LabeledLDADocumentParams) ⇒ Boolean) : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → TraversableLike
  30. def elements : Iterator[LabeledLDADocumentParams]

    definition classes: IterableLike
      deprecated:
    1. use iterator' instead

  31. def eq (arg0: AnyRef) : Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other properties. * It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false. * For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false. * null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    arg0

    the object to compare against this object for reference equality.

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    attributes: final
    definition classes: AnyRef
  32. def equals (arg0: Any) : Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: AnyRef → Any
  33. def exists (p: (LabeledLDADocumentParams) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  34. def filter (p: (LabeledLDADocumentParams) ⇒ Boolean) : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → TraversableLike
  35. def filterNot (p: (LabeledLDADocumentParams) ⇒ Boolean) : LazyIterable[LabeledLDADocumentParams]

    definition classes: TraversableLike
  36. def finalize () : Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    The details of when and if the finalize method are invoked, as well as the interaction between finalizeand non-local returns and exceptions, are all platform dependent.

    attributes: protected
    definition classes: AnyRef
  37. def find (p: (LabeledLDADocumentParams) ⇒ Boolean) : Option[LabeledLDADocumentParams]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  38. def first : LabeledLDADocumentParams

    definition classes: IterableLike
      deprecated:
    1. use head' instead

  39. def firstOption : Option[LabeledLDADocumentParams]

    definition classes: IterableLike
      deprecated:
    1. use headOption' instead

  40. def flatMap [B, That] (f: (LabeledLDADocumentParams) ⇒ Traversable[B])(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], B, That]) : That

    definition classes: LazyIterableLike → TraversableLike → FilterMonadic
  41. def flatten [B] (implicit asTraversable: (LabeledLDADocumentParams) ⇒ Traversable[B]) : Iterable[B]

    definition classes: GenericTraversableTemplate
  42. def foldLeft [B] (z: B)(op: (B, LabeledLDADocumentParams) ⇒ B) : B

    definition classes: TraversableOnce
  43. def foldRight [B] (z: B)(op: (LabeledLDADocumentParams, B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  44. def forall (p: (LabeledLDADocumentParams) ⇒ Boolean) : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  45. def force [B >: A, That] (implicit bf: CanBuildFrom[Iterable[LabeledLDADocumentParams], B, That]) : That

    definition classes: LazyIterableLike
  46. def foreach [U] (f: (LabeledLDADocumentParams) ⇒ U) : Unit

    definition classes: LazyIterableLike → IterableLike → GenericTraversableTemplate → TraversableLike → TraversableOnce → FilterMonadic
  47. def genericBuilder [B] : Builder[B, Iterable[B]]

    definition classes: GenericTraversableTemplate
  48. def getClass () : java.lang.Class[_]

    Returns a representation that corresponds to the dynamic class of the receiver object.

    Returns a representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    attributes: final
    definition classes: AnyRef
  49. def getID (item: Item) : String

    Returns a unique identifier for each item.

    Returns a unique identifier for each item.

    attributes: abstract
    definition classes: Dataset
  50. def getLabels (item: Item) : Iterable[String]

    The tokenizer used to tokenize this dataset.

    The tokenizer used to tokenize this dataset.

    attributes: abstract
    definition classes: MultiLabelDataset
  51. def getTerms (item: Item) : Iterable[String]

    The tokenizer used to tokenize this dataset.

    The tokenizer used to tokenize this dataset.

    attributes: abstract
    definition classes: TermDataset
  52. def groupBy [K] (f: (LabeledLDADocumentParams) ⇒ K) : Map[K, LazyIterable[LabeledLDADocumentParams]]

    definition classes: TraversableLike
  53. def grouped (size: Int) : Iterator[LazyIterable[LabeledLDADocumentParams]]

    definition classes: LazyIterableLike → IterableLike
  54. def hasDefiniteSize : Boolean

    definition classes: TraversableLike → TraversableOnce
  55. def hashCode () : Int

    Returns a hash code value for the object.

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object.

    definition classes: AnyRef → Any
  56. def head : LabeledLDADocumentParams

    definition classes: IterableLike → TraversableLike
  57. def headOption : Option[LabeledLDADocumentParams]

    definition classes: TraversableLike
  58. def init : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → TraversableLike
  59. def isEmpty : Boolean

    definition classes: IterableLike → TraversableLike → TraversableOnce
  60. def isInstanceOf [T0] : Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

    This method is used to test whether the dynamic type of the receiver object is T0.

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    attributes: final
    definition classes: Any
  61. def isTraversableAgain : Boolean

    attributes: final
    definition classes: TraversableLike → TraversableOnce
  62. def items : Iterable[Item]

    Collection of items.

    Collection of items.

    attributes: abstract
    definition classes: Dataset
  63. def iterator : Iterator[LabeledLDADocumentParams]

    definition classes: LabeledLDADataset → LazyIterableLike → IterableLike
  64. val labelIndex : Option[Index[String]]

    Optional index of labels in this dataset.

    Optional index of labels in this dataset.

    definition classes: MultiLabelDataset
  65. def last : LabeledLDADocumentParams

    definition classes: TraversableLike
  66. def lastOption : Option[LabeledLDADocumentParams]

    definition classes: TraversableLike
  67. def map [B, That] (f: (LabeledLDADocumentParams) ⇒ B)(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], B, That]) : That

    definition classes: LazyIterableLike → TraversableLike → FilterMonadic
  68. def max [B >: A] (implicit cmp: Ordering[B]) : LabeledLDADocumentParams

    definition classes: TraversableOnce
  69. def min [B >: A] (implicit cmp: Ordering[B]) : LabeledLDADocumentParams

    definition classes: TraversableOnce
  70. def mkString : String

    definition classes: TraversableOnce
  71. def mkString (sep: String) : String

    definition classes: TraversableOnce
  72. def mkString (start: String, sep: String, end: String) : String

    definition classes: TraversableOnce
  73. def name : String

    Name of this dataset.

    Name of this dataset.

    attributes: abstract
    definition classes: Dataset
  74. def ne (arg0: AnyRef) : Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

    o.ne(arg0) is the same as !(o.eq(arg0)).

    arg0

    the object to compare against this object for reference dis-equality.

    returns

    false if the argument is not a reference to the receiver object; true otherwise.

    attributes: final
    definition classes: AnyRef
  75. def newAppended [B >: A] (that: Traversable[B]) : Transformed[B]

    attributes: protected
    definition classes: LazyIterableLike
  76. def newBuilder : Builder[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

    attributes: protected[this]
    definition classes: LazyIterableLike → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  77. def newDroppedWhile (p: (LabeledLDADocumentParams) ⇒ Boolean) : Transformed[LabeledLDADocumentParams]

    attributes: protected
    definition classes: LazyIterableLike
  78. def newFiltered (p: (LabeledLDADocumentParams) ⇒ Boolean) : Transformed[LabeledLDADocumentParams]

    attributes: protected
    definition classes: LazyIterableLike
  79. def newFlatMapped [B] (f: (LabeledLDADocumentParams) ⇒ Traversable[B]) : Transformed[B]

    attributes: protected
    definition classes: LazyIterableLike
  80. def newForced [B] (xs: ⇒ Seq[B]) : Transformed[B]

    attributes: protected
    definition classes: LazyIterableLike
  81. def newMapped [B] (f: (LabeledLDADocumentParams) ⇒ B) : Transformed[B]

    attributes: protected
    definition classes: LazyIterableLike
  82. def newSliced (_from: Int, _until: Int) : Transformed[LabeledLDADocumentParams]

    attributes: protected
    definition classes: LazyIterableLike
  83. def newTakenWhile (p: (LabeledLDADocumentParams) ⇒ Boolean) : Transformed[LabeledLDADocumentParams]

    attributes: protected
    definition classes: LazyIterableLike
  84. def newZipped [B] (that: Iterable[B]) : Transformed[(LabeledLDADocumentParams, B)]

    attributes: protected
    definition classes: LazyIterableLike
  85. def newZippedAll [A1 >: A, B] (that: Iterable[B], _thisElem: A1, _thatElem: B) : Transformed[(A1, B)]

    attributes: protected
    definition classes: LazyIterableLike
  86. def nonEmpty : Boolean

    definition classes: TraversableOnce
  87. def notify () : Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  88. def notifyAll () : Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  89. def partition (p: (LabeledLDADocumentParams) ⇒ Boolean) : (LazyIterable[LabeledLDADocumentParams], LazyIterable[LabeledLDADocumentParams])

    definition classes: LazyIterableLike → TraversableLike
  90. def product [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  91. def projection : IterableView[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

    definition classes: IterableLike
      deprecated:
    1. use view' instead

  92. def reduceLeft [B >: A] (op: (B, LabeledLDADocumentParams) ⇒ B) : B

    definition classes: TraversableOnce
  93. def reduceLeftOption [B >: A] (op: (B, LabeledLDADocumentParams) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  94. def reduceRight [B >: A] (op: (LabeledLDADocumentParams, B) ⇒ B) : B

    definition classes: IterableLike → TraversableOnce
  95. def reduceRightOption [B >: A] (op: (LabeledLDADocumentParams, B) ⇒ B) : Option[B]

    definition classes: TraversableOnce
  96. def repr : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → TraversableLike
  97. def reversed : List[LabeledLDADocumentParams]

    attributes: protected[this]
    definition classes: TraversableOnce
  98. def sameElements [B >: A] (that: Iterable[B]) : Boolean

    definition classes: IterableLike
  99. def scanLeft [B, That] (z: B)(op: (B, LabeledLDADocumentParams) ⇒ B)(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], B, That]) : That

    definition classes: TraversableLike
  100. def scanRight [B, That] (z: B)(op: (LabeledLDADocumentParams, B) ⇒ B)(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], B, That]) : That

    definition classes: TraversableLike
  101. def signature : String

    Signature is the signature of the name.

    Signature is the signature of the name.

    definition classes: Dataset
  102. def size : Int

    definition classes: LabeledLDADatasetDataset → LazyIterableLike → TraversableOnce
  103. lazy val sizeCache : Int

    definition classes: LazyIterableLike
  104. def slice (from: Int, until: Int) : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → IterableLike → TraversableLike
  105. def sliding [B >: A] (size: Int, step: Int) : Iterator[LazyIterable[LabeledLDADocumentParams]]

    definition classes: LazyIterableLike → IterableLike
  106. def sliding [B >: A] (size: Int) : Iterator[LazyIterable[LabeledLDADocumentParams]]

    definition classes: IterableLike
  107. def span (p: (LabeledLDADocumentParams) ⇒ Boolean) : (LazyIterable[LabeledLDADocumentParams], LazyIterable[LabeledLDADocumentParams])

    definition classes: LazyIterableLike → TraversableLike
  108. def splitAt (n: Int) : (LazyIterable[LabeledLDADocumentParams], LazyIterable[LabeledLDADocumentParams])

    definition classes: LazyIterableLike → TraversableLike
  109. def stringPrefix : String

    definition classes: LazyIterableLike → TraversableLike
  110. def sum [B >: A] (implicit num: Numeric[B]) : B

    definition classes: TraversableOnce
  111. def synchronized [T0] (arg0: T0) : T0

    attributes: final
    definition classes: AnyRef
  112. def tail : LazyIterable[LabeledLDADocumentParams]

    definition classes: TraversableLike
  113. def take (n: Int) : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → IterableLike → TraversableLike
  114. def takeRight (n: Int) : LazyIterable[LabeledLDADocumentParams]

    definition classes: IterableLike
  115. def takeWhile (p: (LabeledLDADocumentParams) ⇒ Boolean) : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → IterableLike → TraversableLike
  116. val termIndex : Option[Index[String]]

    The index of terms in this dataset.

    The index of terms in this dataset.

    definition classes: TermDataset
  117. def thisCollection : Iterable[LabeledLDADocumentParams]

    attributes: protected[this]
    definition classes: IterableLike → TraversableLike
  118. def toArray [B >: A] (implicit arg0: ClassManifest[B]) : Array[B]

    definition classes: TraversableOnce
  119. def toBuffer [B >: A] : Buffer[B]

    definition classes: TraversableOnce
  120. def toCollection (repr: LazyIterable[LabeledLDADocumentParams]) : Iterable[LabeledLDADocumentParams]

    attributes: protected[this]
    definition classes: IterableLike → TraversableLike
  121. def toIndexedSeq [B >: A] : IndexedSeq[B]

    definition classes: TraversableOnce
  122. def toIterable : Iterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → IterableLike → TraversableOnce
  123. def toIterator : Iterator[LabeledLDADocumentParams]

    definition classes: TraversableLike → TraversableOnce
  124. def toList : List[LabeledLDADocumentParams]

    definition classes: TraversableOnce
  125. def toMap [T, U] (implicit ev: <:<[LabeledLDADocumentParams, (T, U)]) : Map[T, U]

    definition classes: TraversableOnce
  126. def toSeq : Seq[LabeledLDADocumentParams]

    definition classes: IterableLike → TraversableOnce
  127. def toSet [B >: A] : Set[B]

    definition classes: TraversableOnce
  128. def toStream : Stream[LabeledLDADocumentParams]

    definition classes: IterableLike → TraversableLike → TraversableOnce
  129. def toString () : String

    Returns this.

    Returns this.name.@return a string representation of the object. */

    definition classes: Dataset → AnyRef → Any
  130. def toTraversable : Traversable[LabeledLDADocumentParams]

    definition classes: TraversableLike → TraversableOnce
  131. val tokenizer : Option[Tokenizer]

    The base tokenizer used when generating this dataset.

    The base tokenizer used when generating this dataset.

    definition classes: TermDataset
  132. def transpose [B] (implicit asTraversable: (LabeledLDADocumentParams) ⇒ Traversable[B]) : Iterable[Iterable[B]]

    definition classes: GenericTraversableTemplate
  133. def unzip [A1, A2] (implicit asPair: (LabeledLDADocumentParams) ⇒ (A1, A2)) : (Iterable[A1], Iterable[A2])

    definition classes: GenericTraversableTemplate
  134. def view (from: Int, until: Int) : IterableView[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

    definition classes: IterableLike → TraversableLike
  135. def view : IterableView[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

    definition classes: IterableLike → TraversableLike
  136. def wait () : Unit

    attributes: final
    definition classes: AnyRef
  137. def wait (arg0: Long, arg1: Int) : Unit

    attributes: final
    definition classes: AnyRef
  138. def wait (arg0: Long) : Unit

    attributes: final
    definition classes: AnyRef
  139. def withFilter (p: (LabeledLDADocumentParams) ⇒ Boolean) : LazyIterable[LabeledLDADocumentParams]

    definition classes: LazyIterableLike → TraversableLike → FilterMonadic
  140. def zip [A1 >: A, B, That] (that: Iterable[B])(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], (A1, B), That]) : That

    definition classes: LazyIterableLike → IterableLike
  141. def zipAll [B, A1 >: A, That] (that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], (A1, B), That]) : That

    definition classes: LazyIterableLike → IterableLike
  142. def zipWithIndex [A1 >: A, That] (implicit bf: CanBuildFrom[LazyIterable[LabeledLDADocumentParams], (A1, Int), That]) : That

    definition classes: LazyIterableLike → IterableLike

Inherited from MultiLabelDataset[Item, String]

Inherited from TermDataset[Item]

Inherited from Dataset[Item, String, LabeledLDADataset[Item]]

Inherited from LazyIterable[LabeledLDADocumentParams]

Inherited from LazyIterableLike[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

Inherited from Iterable[LabeledLDADocumentParams]

Inherited from IterableLike[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

Inherited from Equals

Inherited from Traversable[LabeledLDADocumentParams]

Inherited from GenericTraversableTemplate[LabeledLDADocumentParams, Iterable]

Inherited from TraversableLike[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

Inherited from TraversableOnce[LabeledLDADocumentParams]

Inherited from FilterMonadic[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

Inherited from HasNewBuilder[LabeledLDADocumentParams, LazyIterable[LabeledLDADocumentParams]]

Inherited from AnyRef

Inherited from Any