edu.stanford.nlp.tmt.model

SoftAssignmentDocument

trait SoftAssignmentDocument extends Stateful[(String, Array[Array[Double]])]

Document with per-term distribution over topics. The assignments in termTheta and the totals in theta must be kept in sync by the caller. Duplicate observations are collapsed into a single termIndex with termCount.

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

Abstract Value Members

  1. val id : String

    Attributes
    abstract
  2. val observed : Array[Int]

    Attributes
    abstract
  3. def reset (): Unit

    Resets to the default state.

    Resets to the default state.

    Attributes
    abstract
    Definition Classes
    Stateful
  4. val termCount : Array[Short]

    Attributes
    abstract
  5. val termIndex : Array[Int]

    Attributes
    abstract
  6. val termTheta : Array[Array[Double]]

    Attributes
    abstract
  7. val theta : Array[Double]

    Attributes
    abstract

Concrete 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
  8. def checkrep (): Unit

    Throws a RuntimeException if the rep invariants are broken.

  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. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  16. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  19. def state : (String, Array[Array[Double]])

    Gets the current state of this object.

    Gets the current state of this object.

    Definition Classes
    SoftAssignmentDocumentStateful
  20. 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
  21. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  22. def toString (): String

    Definition Classes
    AnyRef → Any
  23. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

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

Inherited from AnyRef

Inherited from Any