cc.factorie.app.chain

SegmentEvaluation

class SegmentEvaluation[L <: LabeledMutableCategoricalVar[String]] extends AnyRef

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

Instance Constructors

  1. new SegmentEvaluation(labels: IndexedSeq[L])

  2. new SegmentEvaluation(labelDomain: CategoricalDomain[String])

  3. new SegmentEvaluation(startPrefix: String, continuePrefix: String, labelDomain: CategoricalDomain[String], labels: IndexedSeq[L])

  4. new SegmentEvaluation(startPrefix: String, continuePrefix: String, labelDomain: CategoricalDomain[String])

  5. new SegmentEvaluation(baseLabelStrings: Seq[String], startPrefix: String = "(B|I)-", continuePrefix: String = "I-")

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def +=(labels: IndexedSeq[L]): Unit

  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. def alarmCount: Int

  8. def apply(labelString: String): PerSegmentEvaluation

    Return the LabelEvaluation specific to labelString.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def correctCount: Int

  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def f1: Double

  15. def finalize(): Unit

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

  17. def fp: Int

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def missCount: Int

  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def precision: Double

  26. def predictedCount: Int

  27. def recall: Double

  28. def summaryString: String

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def targetCount: Int

  31. def toString(): String

    Definition Classes
    SegmentEvaluation → AnyRef → Any
  32. def tokenAccuracy: Double

  33. def tp: Int

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped