Class

org.mitre.jcarafe.maxent

MEFRep

Related Doc: package maxent

Permalink

class MEFRep[Obs] extends FeatureRep[Obs] with Serializable

Linear Supertypes
FeatureRep[Obs], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MEFRep
  2. FeatureRep
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MEFRep(m: MaxEntModel, opts: MEOptions)

    Permalink
  2. new MEFRep(m: MaxEntModel)

    Permalink
  3. new MEFRep(m: Option[MaxEntModel] = None, opts: MEOptions = new MEOptions)

    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 addMEFeature(inst: MaxEntInstance, fname: Long, vl: Double, clWts: Option[Array[Double]] = None, getStats: Boolean = false): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createDistributionalSource(dist: List[(Int, Double)], o: Obs, b: Boolean, i: Option[Map[String, String]]): ObsSource[Obs]

    Permalink
    Definition Classes
    MEFRepFeatureRep
  8. def createInstance(src: ObsSource[Obs], sid: Int = 1): AbstractInstance

    Permalink
    Definition Classes
    MEFRepFeatureRep
  9. def createInstance(l: Int, o: Int): MaxEntInstance

    Permalink
    Definition Classes
    MEFRepFeatureRep
  10. def createInstance(l: Int, o: Int, sId: Int): MaxEntInstance

    Permalink
    Definition Classes
    MEFRepFeatureRep
  11. def createMEInstance(l: Int, o: Int, srcO: Option[String]): MaxEntInstance

    Permalink
  12. def createMEInstance(l: Int, o: Int, src: String): MaxEntInstance

    Permalink
  13. def createMEInstance(l: Int, o: Int, w: Double, s: Option[String]): MaxEntInstance

    Permalink
  14. def createMEInstance(l: Int, o: Int, w: Double): MaxEntInstance

    Permalink
  15. def createMEInstance(l: Int, o: Int): MaxEntInstance

    Permalink
  16. def createSource(l: Int, o: Obs, b: Boolean): ObsSource[Obs]

    Permalink
    Definition Classes
    MEFRepFeatureRep
  17. def createSource(l: Int, o: Obs, b: Boolean, i: Option[Map[String, String]]): ObsSource[Obs]

    Permalink
    Definition Classes
    MEFRepFeatureRep
  18. def createSource(l: Int, o: Obs, b: Boolean, st: Int, en: Int): RecodedObsSource[Obs]

    Permalink
    Definition Classes
    FeatureRep
  19. def createSource(l: Int, o: Obs, b: Boolean, i: Option[Map[String, String]], st: Int, en: Int): RecodedObsSource[Obs]

    Permalink
    Definition Classes
    FeatureRep
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val fMap: LongAlphabet

    Permalink
  23. var featureStatistics: Map[Int, (Int, Double)]

    Permalink
  24. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getFeatureSetName: String

    Permalink
    Definition Classes
    MEFRepFeatureRep
  27. def getInducedFeatureMap: Option[InducedFeatureMap]

    Permalink
    Definition Classes
    MEFRepFeatureRep
  28. def getLexicon: Option[BloomLexicon]

    Permalink
    Definition Classes
    MEFRepFeatureRep
  29. def getNumberOfFeatureTypes: Int

    Permalink
    Definition Classes
    FeatureRep
  30. def getWordProps: Option[WordProperties]

    Permalink
    Definition Classes
    MEFRepFeatureRep
  31. def getWordScores: Option[WordScores]

    Permalink
    Definition Classes
    MEFRepFeatureRep
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. var inducedFeatureMap: Option[InducedFeatureMap]

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. val m: Option[MaxEntModel]

    Permalink
  36. var maxSegSize: Int

    Permalink
    Definition Classes
    FeatureRep
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. val opts: MEOptions

    Permalink
  41. var otherIndex: Int

    Permalink
    Definition Classes
    FeatureRep
  42. val semiCrf: Boolean

    Permalink
    Definition Classes
    FeatureRep
  43. def setNumLabels(v: Int): Unit

    Permalink
    Definition Classes
    FeatureRep
  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. val unkCode: Long

    Permalink
  47. def updateStatistics(fid: Int, v: Double): Unit

    Permalink
  48. final def wait(): Unit

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

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

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

Inherited from FeatureRep[Obs]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped