Class/Object

org.mitre.jcarafe.crf

FeatureReturn

Related Docs: object FeatureReturn | package crf

Permalink

class FeatureReturn extends Serializable

A list of pairs of feature names along with their value that have fired based upon the application of a feature function FeatureFn. Specifies whether the features are node or edge features.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FeatureReturn
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FeatureReturn()

    Permalink
  2. new FeatureReturn(ss: List[String], v: Double)

    Permalink
  3. new FeatureReturn(ss: List[String])

    Permalink
  4. new FeatureReturn(ar: Array[Byte])

    Permalink
  5. new FeatureReturn(s: String, v: Double, e: Boolean)

    Permalink
  6. new FeatureReturn(s: String, v: Double)

    Permalink
  7. new FeatureReturn(s: String, e: Boolean)

    Permalink
  8. new FeatureReturn(s: String)

    Permalink
  9. new FeatureReturn(f: Long, v: Double)

    Permalink
  10. new FeatureReturn(v: Long)

    Permalink
  11. new FeatureReturn(b: BuiltFeature)

    Permalink
  12. new FeatureReturn(b: BuiltFeature, ep: Boolean)

    Permalink
  13. new FeatureReturn(features: List[BuiltFeature], edgeP: Boolean, self: Boolean = false, fcat: FeatureCat = StdFeature, displaced: Boolean = false)

    Permalink

    edgeP

    Boolean indicating edge features when true and node otherwise

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. var displaced: Boolean

    Permalink
  7. var edgeP: Boolean

    Permalink

    Boolean indicating edge features when true and node otherwise

    Boolean indicating edge features when true and node otherwise

  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. var fcat: FeatureCat

    Permalink
  11. val features: List[BuiltFeature]

    Permalink
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. def join(other: BuiltFeature): FeatureReturn

    Permalink
  17. def join(that: FeatureReturn): FeatureReturn

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val self: Boolean

    Permalink
  22. def setAsEdge(): Unit

    Permalink
  23. def setAsMulti(): Unit

    Permalink
  24. def setAsNeural(): Unit

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

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

    Permalink
    Definition Classes
    FeatureReturn → AnyRef → Any
  27. def update(nss: Array[Byte], i: Int): FeatureReturn

    Permalink
  28. def update(nss: Array[Byte]): FeatureReturn

    Permalink
  29. def update(ns: Long): FeatureReturn

    Permalink
  30. def update2(i1: Long, i2: Long): FeatureReturn

    Permalink
  31. def updateS(nss: Seq[String]): FeatureReturn

    Permalink
  32. def updateS(ns: String): FeatureReturn

    Permalink
  33. def updateSI(nss: Seq[Int], i: Int): FeatureReturn

    Permalink
  34. def updateSI(nss: Seq[Int]): FeatureReturn

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped