Class

org.apache.spark.sql.prophecy

StatsAccumulator

Related Doc: package prophecy

Permalink

class StatsAccumulator extends AccumulatorV2[Double, Double]

Linear Supertypes
AccumulatorV2[Double, Double], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatsAccumulator
  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 StatsAccumulator()

    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 add(v: Double): Unit

    Permalink

    Adds v to the accumulator.

    Adds v to the accumulator.

    Since

    7.1.0

  5. def add(v: Double): Unit

    Permalink

    Adds v to the accumulator

    Adds v to the accumulator

    Definition Classes
    StatsAccumulator → AccumulatorV2
    Since

    7.1.0

  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. def copy(): StatsAccumulator

    Permalink
    Definition Classes
    StatsAccumulator → AccumulatorV2
  9. def copyAndReset(): AccumulatorV2[Double, Double]

    Permalink
    Definition Classes
    AccumulatorV2
  10. def count: Long

    Permalink

    Returns the number of elements added to the accumulator.

    Returns the number of elements added to the accumulator.

    Since

    7.1.0

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def id: Long

    Permalink
    Definition Classes
    AccumulatorV2
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def isRegistered: Boolean

    Permalink
    Definition Classes
    AccumulatorV2
  18. def isZero: Boolean

    Permalink

    Returns false if this accumulator has had any values added to it

    Returns false if this accumulator has had any values added to it

    Definition Classes
    StatsAccumulator → AccumulatorV2
  19. def m2: Double

    Permalink

    Returns the average of elements added to the accumulator.

    Returns the average of elements added to the accumulator.

    Since

    7.1.0

  20. def mean: Double

    Permalink

    Returns the mean of elements added to the accumulator.

    Returns the mean of elements added to the accumulator.

    Since

    7.1.0

  21. def merge(other: AccumulatorV2[Double, Double]): Unit

    Permalink
    Definition Classes
    StatsAccumulator → AccumulatorV2
  22. final def name: Option[String]

    Permalink
    Definition Classes
    AccumulatorV2
  23. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def reset(): Unit

    Permalink
    Definition Classes
    StatsAccumulator → AccumulatorV2
  27. def stdDev: Double

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

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

    Permalink
    Definition Classes
    AccumulatorV2 → AnyRef → Any
  30. def update(x: Double): Unit

    Permalink
  31. def value: Double

    Permalink
    Definition Classes
    StatsAccumulator → AccumulatorV2
  32. def variance: Double

    Permalink
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def writeReplace(): Any

    Permalink
    Attributes
    protected
    Definition Classes
    AccumulatorV2

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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 AccumulatorV2[Double, Double]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped