c

com.johnsnowlabs.nlp.annotators.pos.perceptron

StringMapStringDoubleAccumulator

class StringMapStringDoubleAccumulator extends AccumulatorV2[(String, Map[String, Double]), Map[String, Map[String, Double]]]

Linear Supertypes
AccumulatorV2[(String, Map[String, Double]), Map[String, Map[String, Double]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringMapStringDoubleAccumulator
  2. AccumulatorV2
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StringMapStringDoubleAccumulator(defaultMap: Map[String, Map[String, Double]] = ...)

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 add(v: (String, Map[String, Double])): Unit
    Definition Classes
    StringMapStringDoubleAccumulator → AccumulatorV2
  5. def addMany(other: Map[String, Map[String, Double]]): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def copy(): AccumulatorV2[(String, Map[String, Double]), Map[String, Map[String, Double]]]
    Definition Classes
    StringMapStringDoubleAccumulator → AccumulatorV2
  9. def copyAndReset(): AccumulatorV2[(String, Map[String, Double]), Map[String, Map[String, Double]]]
    Definition Classes
    AccumulatorV2
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def id: Long
    Definition Classes
    AccumulatorV2
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def isRegistered: Boolean
    Definition Classes
    AccumulatorV2
  18. def isZero: Boolean
    Definition Classes
    StringMapStringDoubleAccumulator → AccumulatorV2
  19. def merge(other: AccumulatorV2[(String, Map[String, Double]), Map[String, Map[String, Double]]]): Unit
    Definition Classes
    StringMapStringDoubleAccumulator → AccumulatorV2
  20. final def name: Option[String]
    Definition Classes
    AccumulatorV2
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def reset(): Unit
    Definition Classes
    StringMapStringDoubleAccumulator → AccumulatorV2
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AccumulatorV2 → AnyRef → Any
  27. def value: Map[String, Map[String, Double]]
    Definition Classes
    StringMapStringDoubleAccumulator → AccumulatorV2
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. def withBufferSerialized(): AccumulatorV2[(String, Map[String, Double]), Map[String, Map[String, Double]]]
    Attributes
    protected
    Definition Classes
    AccumulatorV2
  32. final def writeReplace(): Any
    Attributes
    protected
    Definition Classes
    AccumulatorV2

Inherited from AccumulatorV2[(String, Map[String, Double]), Map[String, Map[String, Double]]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped