Class

org.maltparserx.ml.lib

Lib

Related Doc: package lib

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Lib(owner: InstanceModel, learnerMode: Integer, learningMethodName: String)

    Permalink

Abstract Value Members

  1. abstract def initAllowedLibOptionFlags(): Unit

    Permalink
  2. abstract def initLibOptions(): Unit

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

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

    Permalink
    Attributes
    protected[org.maltparserx.ml.lib]

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

    Permalink
    Definition Classes
    LibLearningMethod
  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    LibLearningMethod
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[org.maltparserx.ml.lib]
    Definition Classes
    Lib → AnyRef
  14. def finalizeSentence(dependencyGraph: DependencyStructure): Unit

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

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

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

    Permalink
  18. def getFile(suffix: String): File

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

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

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

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

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

    Permalink
    Definition Classes
    LibLearningMethod
  24. def getLearnerMode(): Int

    Permalink
  25. def getLearningMethodName(): String

    Permalink
  26. def getLibOptions(): String

    Permalink
  27. def getLibParamStringArray(): Array[String]

    Permalink
  28. def getNumberOfInstances(): Int

    Permalink
  29. def getOwner(): InstanceModel

    Permalink
  30. def getParamString(): String

    Permalink
  31. def getPathExternalTrain(): String

    Permalink
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    LibLearningMethod
  34. def initSpecialParameters(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def noMoreInstances(): Unit

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

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

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

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

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

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

    Permalink
  46. def setLearningMethodName(name: String): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. def terminate(): Unit

    Permalink
    Definition Classes
    LibLearningMethod
  52. def toString(): String

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

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

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

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

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

Inherited from LearningMethod

Inherited from AnyRef

Inherited from Any

Ungrouped