edu.stanford.nlp.tmt.model.plda

CVB0PLDADocument

class CVB0PLDADocument extends SoftAssignmentDocument

CVB0PLDA document. The assignments in assigned and the totals in theta must be kept in sync by the caller.

Linear Supertypes
SoftAssignmentDocument, Stateful[(String, Array[Array[Double]])], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CVB0PLDADocument
  2. SoftAssignmentDocument
  3. Stateful
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CVB0PLDADocument (id: String, observed: Array[Int], topics: Array[Int], termIndex: Array[Int], termCount: Array[Short], termTheta: Array[Array[Double]], theta: Array[Double], model: CVB0PLDA)

Value Members

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

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def assigned : Array[Array[Double]]

    Attributes
    final
    Definition Classes
    SoftAssignmentDocument
  8. def checkrep (): Unit

    Throws a RuntimeException if the rep invariants are broken.

    Throws a RuntimeException if the rep invariants are broken.

    Definition Classes
    CVB0PLDADocumentSoftAssignmentDocument
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  11. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  15. val id : String

  16. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  17. val model : CVB0PLDA

  18. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  19. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. val observed : Array[Int]

  22. def reset (): Unit

    Clear all assignments

    Clear all assignments

    Definition Classes
    CVB0PLDADocumentStateful
  23. def signature : SparseArray[Double]

    Returns the per-topic probability.

  24. def state : (String, Array[Array[Double]])

    Gets the current state of this object.

    Gets the current state of this object.

    Definition Classes
    SoftAssignmentDocumentStateful
  25. def state_= (state: (String, Array[Array[Double]])): Unit

    Sets the current state of this object.

    Sets the current state of this object.

    Definition Classes
    SoftAssignmentDocumentStateful
  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. val termCount : Array[Short]

  28. val termIndex : Array[Int]

  29. val termTheta : Array[Array[Double]]

  30. val theta : Array[Double]

  31. def toString (): String

    Definition Classes
    AnyRef → Any
  32. val topics : Array[Int]

  33. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SoftAssignmentDocument

Inherited from Stateful[(String, Array[Array[Double]])]

Inherited from AnyRef

Inherited from Any