Packages

c

org.apache.spark.partial

BoundedDouble

class BoundedDouble extends AnyRef

A Double value with error bars and associated confidence.

Source
BoundedDouble.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoundedDouble
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoundedDouble(mean: Double, confidence: Double, low: Double, high: Double)

Value Members

  1. val confidence: Double
  2. def equals(that: Any): Boolean

    Definition Classes
    BoundedDouble → AnyRef → Any
    Note

    Consistent with Double, any NaN value will make equality false

  3. def hashCode(): Int
    Definition Classes
    BoundedDouble → AnyRef → Any
  4. val high: Double
  5. val low: Double
  6. val mean: Double
  7. def toString(): String
    Definition Classes
    BoundedDouble → AnyRef → Any