class ClassificationModel extends Model[SentenceDecisionInstance]

Linear Supertypes
Model[SentenceDecisionInstance], Model[SentenceDecisionInstance], SerializableLogging, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassificationModel
  2. Model
  3. Model
  4. SerializableLogging
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassificationModel(featureIndex: Index[Feature])

Type Members

  1. type ExpectedCounts = StandardExpectedCounts[Feature]
    Definition Classes
    ModelModel
  2. type Inference = ClassificationInference
    Definition Classes
    ClassificationModelModel
  3. type Marginal = MLSentenceSegmenter.Marginal
    Definition Classes
    ClassificationModelModel
  4. type Scorer = ClassificationInference
    Definition Classes
    ClassificationModelModel

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 accumulateCounts(inf: Inference, s: Scorer, d: SentenceDecisionInstance, m: Marginal, accum: ExpectedCounts, scale: Double): Unit
    Definition Classes
    ClassificationModelModel
  5. final def accumulateCounts(inf: Inference, d: SentenceDecisionInstance, accum: ExpectedCounts, scale: Double): Unit
    Definition Classes
    Model
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cacheFeatureWeights(weights: DenseVector[Double], suffix: String = ""): Unit

    Caches the weights using the cache broker.

    Caches the weights using the cache broker.

    Definition Classes
    Model
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. def emptyCounts: StandardExpectedCounts[Feature]
    Definition Classes
    ModelModel
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def expectedCounts(inf: Inference, d: SentenceDecisionInstance, scale: Double = 1.0): ExpectedCounts
    Definition Classes
    Model
  13. def expectedCountsToObjective(ecounts: ExpectedCounts): (Double, DenseVector[Double])
    Definition Classes
    ModelModel
  14. val featureIndex: Index[Feature]

    Models have features, and this defines the mapping from indices in the weight vector to features.

    Models have features, and this defines the mapping from indices in the weight vector to features.

    Definition Classes
    ClassificationModelModel
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def inferenceFromWeights(weights: DenseVector[Double]): Inference
    Definition Classes
    ClassificationModelModel
  18. def initialValueForFeature(f: Feature): Double
    Definition Classes
    ClassificationModelModel
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def logger: LazyLogger
    Attributes
    protected
    Definition Classes
    SerializableLogging
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def numFeatures: Int
    Definition Classes
    Model
  25. def readCachedFeatureWeights(suffix: String = ""): Option[DenseVector[Double]]

    just saves feature weights to disk as a serialized counter.

    just saves feature weights to disk as a serialized counter. The file is prefix.ser.gz

    Definition Classes
    Model
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def weightsCacheName: String
    Attributes
    protected
    Definition Classes
    Model

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SerializableLogging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped