Class

org.nlp4l.ltr.support.controllers

ReverseLtrController

Related Doc: package controllers

Permalink

class ReverseLtrController extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReverseLtrController
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReverseLtrController(_prefix: ⇒ String)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _defaultPrefix: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clearAllAnnotation(ltrid: Int): Call

    Permalink
  7. def clearAnnotation(ltrid: Int, qid: Int): Call

    Permalink
  8. def clearFeatureProgress(ltrid: Int): Call

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def deleteLtrConfig(ltrid: Int): Call

    Permalink
  11. def deleteQuery(ltrid: Int, qid: Int): Call

    Permalink
  12. def deleteTraining(ltrid: Int, mid: Int): Call

    Permalink
  13. def deployModel(ltrid: Int, mid: Int): Call

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getFeatureProgress(ltrid: Int): Call

    Permalink
  19. def getFeatureProgressMessage(ltrid: Int): Call

    Permalink
  20. def getTrainingProgress(ltrid: Int, runid: Int): Call

    Permalink
  21. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  23. def listQuery(ltrid: Int): Call

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def nextQuery(ltrid: Int, qid: Int): Call

    Permalink
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. def saveLabels(ltrid: Int, qid: Int): Call

    Permalink
  29. def saveLtrConfig(ltrid: Int): Call

    Permalink
  30. def saveQuery(ltrid: Int): Call

    Permalink
  31. def search(ltrid: Int, qid: Int): Call

    Permalink
  32. def searchById(ltrid: Int): Call

    Permalink
  33. def startFeatureEtraction(ltrid: Int): Call

    Permalink
  34. def startTraining(ltrid: Int): Call

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

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped