org.maltparserx.parser.history.kbest

ScoredKBestList

Related Doc: package kbest

class ScoredKBestList extends KBestList

Linear Supertypes
KBestList, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScoredKBestList
  2. KBestList
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScoredKBestList(k: Integer, action: SingleDecision)

  2. new ScoredKBestList(action: SingleDecision)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def add(symbol: String, score: Float): Unit

  5. def add(actionCode: Int, score: Float): Unit

  6. def add(symbol: String): Unit

    Definition Classes
    KBestList
  7. def add(actionCode: Int): Unit

    Definition Classes
    KBestList
  8. def addList(predictionList: Array[Int]): Unit

    Definition Classes
    KBestList
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getAddCandidateIndex(): Int

    Attributes
    protected[org.maltparserx.parser.history.kbest]
    Definition Classes
    KBestList
  15. def getCandidate(i: Int): ScoredCandidate

    Definition Classes
    KBestList
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getCurrentSize(): Int

    Definition Classes
    KBestList
  18. def getDecision(): SingleDecision

    Definition Classes
    KBestList
  19. def getK(): Int

    Definition Classes
    KBestList
  20. def getKBestListSize(): Int

    Definition Classes
    KBestList
  21. def getTopCandidateIndex(): Int

    Attributes
    protected[org.maltparserx.parser.history.kbest]
    Definition Classes
    KBestList
  22. def hashCode(): Int

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

    Attributes
    protected[org.maltparserx.parser.history.kbest]
    Definition Classes
    ScoredKBestListKBestList
  24. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. def peekNextKBest(): Int

    Definition Classes
    KBestList
  29. def peekNextKBestScore(): Float

  30. def reset(): Unit

    Definition Classes
    KBestList
  31. def setK(k: Int): Unit

    Attributes
    protected[org.maltparserx.parser.history.kbest]
    Definition Classes
    KBestList
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    ScoredKBestListKBestList → AnyRef → Any
  34. def updateActionWithNextKBest(): Boolean

    Definition Classes
    KBestList
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from KBestList

Inherited from AnyRef

Inherited from Any

Ungrouped