cc.factorie.app.bib

ExperimentsEditTracker

object ExperimentsEditTracker

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

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. var _allpw: PrintWriter

    Attributes
    protected
  7. var _slpw: PrintWriter

    Attributes
    protected
  8. var _snlpw: PrintWriter

    Attributes
    protected
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def beginStats(fileName: String): Unit

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def computeAndPrintStats[T <: HierEntity with HumanEditMention](stats: Iterable[ExperimentalEdit[T]]): Unit

  13. def computeStats[T <: HierEntity with HumanEditMention](edits: Iterable[ExperimentalEdit[T]]): Unit

  14. var correctSLIgnored: Int

  15. var correctSLSatisfied: Int

  16. var correctSNLIgnored: Int

  17. var correctSNLSatisfied: Int

  18. def endStats(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  24. var incorrectSLIgnored: Int

  25. var incorrectSLSatisfied: Int

  26. var incorrectSNLIgnored: Int

  27. var incorrectSNLSatisfied: Int

  28. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  32. def numEdits: Int

  33. var numSLEdits: Int

  34. def numSLSatisfied: Int

  35. var numSNLEdits: Int

  36. def numSNLSatisfied: Int

  37. def printStats(pw: PrintWriter, prefix: String, correctSatisfied: Int, incorrectSatisfied: Int, correctIgnored: Int, incorrectIgnored: Int, total: Int): Unit

  38. def reset(): Unit

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

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def updateSLStats[T <: HierEntity with HumanEditMention](edit: ExpMergeEdit[T]): Unit

  42. def updateSNLStats[T <: HierEntity with HumanEditMention](edit: ExpSplitEdit[T]): Unit

  43. def updateStatistics[T <: HierEntity with HumanEditMention](edit: ExperimentalEdit[T]): Unit

  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped