Class

org.mitre.jcarafe.maxent

PosteriorMaxEntDecoder

Related Doc: package maxent

Permalink

class PosteriorMaxEntDecoder extends MaxEntDecoder with MaxEntCore

Linear Supertypes
MaxEntCore, MaxEntDecoder, Decoder[List[(FeatureId, Double)]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PosteriorMaxEntDecoder
  2. MaxEntCore
  3. MaxEntDecoder
  4. Decoder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PosteriorMaxEntDecoder(decodingOpts: MEOptions, model: MaxEntModel)

    Permalink

Type Members

  1. type M = MaxEntModel

    Permalink
    Definition Classes
    MaxEntDecoderDecoder

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 applyDecoder(dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, writer: OutputStreamWriter): Unit

    Permalink
    Definition Classes
    Decoder
  5. def applyDecoder(srcs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]], dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    Decoder
  6. def applyDecoder(dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    Decoder
  7. def applyDecoderParallel(dobj: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    Decoder
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def classScoresNormalized(nls: Int, predNFS: Int, lambdas: Array[Double], sparseFeatures: Array[CompactFeature]): IndexedSeq[Double]

    Permalink

    Gets the normalized scores for each class outcome for a particular instance given the current parameters, lambdas, and the features associated with the instance, sparseFeatures

    Gets the normalized scores for each class outcome for a particular instance given the current parameters, lambdas, and the features associated with the instance, sparseFeatures

    Definition Classes
    MaxEntCore
  10. def cleanUp(): Unit

    Permalink
    Definition Classes
    Decoder
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val crfModel: CoreModel

    Permalink
  13. def decode(): Unit

    Permalink
    Definition Classes
    PosteriorMaxEntDecoderMaxEntDecoderDecoder
  14. def decodeDeserializationToAnnotations(dobj: (sGen)#DeserializationT): Array[Annotation]

    Permalink
    Definition Classes
    Decoder
  15. def decodeFileBased(): Unit

    Permalink
    Definition Classes
    PosteriorMaxEntDecoderMaxEntDecoder
  16. def decodeSeqsFromFiles(decoder: DecodingAlgorithm): Unit

    Permalink
    Definition Classes
    Decoder
  17. def decodeSeqsToAnnotations(str: String, seqs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]]): Array[Annotation]

    Permalink
    Definition Classes
    Decoder
  18. def decodeSeqsToSources(exceptions: Set[String], id: String, seqs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]], decoder: DecodingAlgorithm): Unit

    Permalink
    Definition Classes
    Decoder
  19. def decodeSeqsToSourcesFromDeserialization(exceptions: Set[String], id: String, d: (sGen)#DeserializationT): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  20. def decodeSeqsToSourcesFromDeserialization(exceptions: Set[String], id: String, d: (sGen)#DeserializationT, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  21. def decodeSeqsToSourcesFromFile(exceptions: Set[String], id: String, f: File, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  22. def decodeSeqsToSourcesFromFiles(exceptions: Set[String], id: String, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  23. def decodeSeqsToSourcesFromString(exceptions: Set[String], id: String, s: String, decoder: DecodingAlgorithm): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  24. def decodeSeqsToString(str: String, seqs: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]]): String

    Permalink
    Definition Classes
    Decoder
  25. def decodeSources(exceptions: Set[String], id: String, s: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]]): Unit

    Permalink
    Definition Classes
    Decoder
  26. def decodeStd(): Unit

    Permalink
    Definition Classes
    MaxEntDecoder
  27. def decodeString(s: String): String

    Permalink
    Definition Classes
    Decoder
  28. def decodeStringToAnnotations(s: String): Array[Annotation]

    Permalink
    Definition Classes
    Decoder
  29. def decodeToAnnotations(s: String): Array[Annotation]

    Permalink
    Definition Classes
    MaxEntDecoderDecoder
  30. def decodeToFile(s: IndexedSeq[SourceSequence[List[(FeatureId, Double)]]], f: File, ofile: Option[File]): Unit

    Permalink
    Definition Classes
    Decoder
  31. def decodeToSources(exceptions: Set[String], id: String, s: String): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  32. def decodeToSources(exceptions: Set[String], id: String): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  33. def decodeToSources(exceptions: Set[String], id: String, f: File): (sGen)#Seqs

    Permalink
    Definition Classes
    Decoder
  34. def decodeTokenSequenceToStates(seq: Seq[String]): Seq[String]

    Permalink
    Definition Classes
    Decoder
  35. def decodeTokenSequenceToStatesJavaList(seq: List[String]): List[String]

    Permalink
    Definition Classes
    Decoder
  36. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. val faWeightMap: HashMap[Long, Array[Double]]

    Permalink
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def gatherFeatures(seqs: Seq[InstanceSequence]): Set[String]

    Permalink
    Attributes
    protected
    Definition Classes
    MaxEntDecoder
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  42. val granularity: Int

    Permalink
    Definition Classes
    Decoder
  43. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  45. def mapToMaxEntInstance(lab: String, fs: Seq[InstanceSequence]): MaxEntInstance

    Permalink
    Attributes
    protected
    Definition Classes
    MaxEntDecoder
  46. val model: MaxEntModel

    Permalink
    Definition Classes
    MaxEntDecoderDecoder
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. def normalizeExpectations(): Unit

    Permalink
  49. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  51. def runDecoder(deser: (sGen)#DeserializationT, decoder: DecodingAlgorithm, outFile: Option[String]): Unit

    Permalink
    Definition Classes
    PosteriorMaxEntDecoderDecoder
  52. def runPosteriorDecoder(deser: (sGen)#DeserializationT, decoder: DecodingAlgorithm): Unit

    Permalink
  53. def runPosteriorDecoderFromFiles(decoder: DecodingAlgorithm): Unit

    Permalink
  54. val sGen: MaxEntDecodeSeqGen with SeqGenScorer[List[(FeatureId, Double)]] { val frep: org.mitre.jcarafe.maxent.SelfInducibleMEFRep[List[(org.mitre.jcarafe.maxent.FeatureId, Double)]] }

    Permalink
    Definition Classes
    PosteriorMaxEntDecoderMaxEntDecoderDecoder
  55. def setDecoder(b: Boolean): Unit

    Permalink
    Definition Classes
    Decoder
  56. lazy val ss: Int

    Permalink
    Definition Classes
    Decoder
  57. val subSeqGen: TrainingSeqGen[String] with TextSeqGen

    Permalink
    Definition Classes
    MaxEntDecoder
  58. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  60. def updateFeatureMasses(scores: Seq[Double], inst: AbstractInstance): Unit

    Permalink
  61. lazy val viterbiDecoder: DecodingAlgorithm

    Permalink
    Definition Classes
    Decoder
  62. final def wait(): Unit

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

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

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

Inherited from MaxEntCore

Inherited from MaxEntDecoder

Inherited from Decoder[List[(FeatureId, Double)]]

Inherited from AnyRef

Inherited from Any

Ungrouped