org.maltparserx.ml.cheater

Cheater

Related Doc: package cheater

class Cheater extends LearningMethod

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

Instance Constructors

  1. new Cheater(owner: InstanceModel, learnerMode: Integer)

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 addInstance(decision: SingleDecision, featureVector: FeatureVector): Unit

    Definition Classes
    CheaterLearningMethod
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def closeCheaterWriter(): Unit

    Attributes
    protected[org.maltparserx.ml.cheater]
  8. def closeInstanceWriter(): Unit

    Attributes
    protected[org.maltparserx.ml.cheater]
  9. def decreaseNumberOfInstances(): Unit

    Definition Classes
    CheaterLearningMethod
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[org.maltparserx.ml.cheater]
    Definition Classes
    Cheater → AnyRef
  13. def finalizeSentence(dependencyGraph: DependencyStructure): Unit

    Definition Classes
    CheaterLearningMethod
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getConfigFileEntry(suffix: String): JarEntry

    Attributes
    protected[org.maltparserx.ml.cheater]
  16. def getConfiguration(): DependencyParserConfig

  17. def getFile(suffix: String): File

    Attributes
    protected[org.maltparserx.ml.cheater]
  18. def getInstanceInputStreamReader(suffix: String): InputStreamReader

    Attributes
    protected[org.maltparserx.ml.cheater]
  19. def getInstanceInputStreamReaderFromConfigFile(suffix: String): InputStreamReader

    Attributes
    protected[org.maltparserx.ml.cheater]
  20. def getInstanceOutputStreamWriter(suffix: String): OutputStreamWriter

    Attributes
    protected[org.maltparserx.ml.cheater]
  21. def getInstanceWriter(): BufferedWriter

    Definition Classes
    CheaterLearningMethod
  22. def getLearnerMode(): Int

  23. def getLearningMethodName(): String

  24. def getNumberOfInstances(): Int

  25. def getOwner(): InstanceModel

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def increaseNumberOfInstances(): Unit

    Definition Classes
    CheaterLearningMethod
  28. def initSpecialParameters(): Unit

    Attributes
    protected[org.maltparserx.ml.cheater]
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def moveAllInstances(method: LearningMethod, divideFeature: FeatureFunction, divideFeatureIndexVector: ArrayList[Integer]): Unit

    Definition Classes
    CheaterLearningMethod
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def noMoreInstances(): Unit

    Definition Classes
    CheaterLearningMethod
  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. def predict(featureVector: FeatureVector, decision: SingleDecision): Boolean

    Definition Classes
    CheaterLearningMethod
  36. def setLearnerMode(learnerMode: Int): Unit

  37. def setLearningMethodName(name: String): Unit

    Attributes
    protected[org.maltparserx.ml.cheater]
  38. def setNumberOfInstances(numberOfInstances: Int): Unit

    Attributes
    protected[org.maltparserx.ml.cheater]
  39. def setOwner(owner: InstanceModel): Unit

    Attributes
    protected[org.maltparserx.ml.cheater]
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def terminate(): Unit

    Definition Classes
    CheaterLearningMethod
  42. def toString(): String

    Definition Classes
    Cheater → AnyRef → Any
  43. def train(featureVector: FeatureVector): Unit

    Definition Classes
    CheaterLearningMethod
  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 LearningMethod

Inherited from AnyRef

Inherited from Any

Ungrouped