org.maltparserx.ml.lib

Lib

Related Doc: package lib

abstract class Lib extends LearningMethod

Linear Supertypes
LearningMethod, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Lib
  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 Lib(owner: InstanceModel, learnerMode: Integer, learningMethodName: String)

Abstract Value Members

  1. abstract def initAllowedLibOptionFlags(): Unit

  2. abstract def initLibOptions(): Unit

  3. abstract def trainExternal(featureVector: FeatureVector): Unit

    Attributes
    protected[org.maltparserx.ml.lib]
  4. abstract def trainInternal(featureVector: FeatureVector): Unit

    Attributes
    protected[org.maltparserx.ml.lib]

Concrete 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
    LibLearningMethod
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def binariesInstance(line: String, featureList: FeatureList): Int

    Attributes
    protected[org.maltparserx.ml.lib]
  7. def binariesInstances2SVMFileFormat(isr: InputStreamReader, osw: OutputStreamWriter): Unit

    Attributes
    protected[org.maltparserx.ml.lib]
  8. def clone(): AnyRef

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

    Attributes
    protected[org.maltparserx.ml.lib]
  10. def decreaseNumberOfInstances(): Unit

    Definition Classes
    LibLearningMethod
  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[org.maltparserx.ml.lib]
    Definition Classes
    Lib → AnyRef
  14. def finalizeSentence(dependencyGraph: DependencyStructure): Unit

    Definition Classes
    LibLearningMethod
  15. final def getClass(): Class[_]

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

    Attributes
    protected[org.maltparserx.ml.lib]
  17. def getConfiguration(): DependencyParserConfig

  18. def getFile(suffix: String): File

    Attributes
    protected[org.maltparserx.ml.lib]
  19. def getInputStreamFromConfigFileEntry(suffix: String): InputStream

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

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

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

    Attributes
    protected[org.maltparserx.ml.lib]
  23. def getInstanceWriter(): BufferedWriter

    Definition Classes
    LibLearningMethod
  24. def getLearnerMode(): Int

  25. def getLearningMethodName(): String

  26. def getLibOptions(): String

  27. def getLibParamStringArray(): Array[String]

  28. def getNumberOfInstances(): Int

  29. def getOwner(): InstanceModel

  30. def getParamString(): String

  31. def getPathExternalTrain(): String

  32. def hashCode(): Int

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

    Definition Classes
    LibLearningMethod
  34. def initSpecialParameters(): Unit

    Attributes
    protected[org.maltparserx.ml.lib]
  35. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  36. def loadFeatureMap(is: InputStream): FeatureMap

    Attributes
    protected[org.maltparserx.ml.lib]
  37. def moveAllInstances(method: LearningMethod, divideFeature: FeatureFunction, divideFeatureIndexVector: ArrayList[Integer]): Unit

    Definition Classes
    LibLearningMethod
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def noMoreInstances(): Unit

    Definition Classes
    LibLearningMethod
  40. final def notify(): Unit

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

    Definition Classes
    AnyRef
  42. def parseParameters(paramstring: String): Unit

  43. def predict(featureVector: FeatureVector, decision: SingleDecision): Boolean

    Definition Classes
    LibLearningMethod
  44. def saveFeatureMap(os: OutputStream, map: FeatureMap): Unit

    Attributes
    protected[org.maltparserx.ml.lib]
  45. def setLearnerMode(learnerMode: Int): Unit

  46. def setLearningMethodName(name: String): Unit

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

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

    Attributes
    protected[org.maltparserx.ml.lib]
  49. def setPathExternalTrain(pathExternalTrain: String): Unit

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

    Definition Classes
    AnyRef
  51. def terminate(): Unit

    Definition Classes
    LibLearningMethod
  52. def toString(): String

    Definition Classes
    Lib → AnyRef → Any
  53. def train(featureVector: FeatureVector): Unit

    Definition Classes
    LibLearningMethod
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LearningMethod

Inherited from AnyRef

Inherited from Any

Ungrouped