Packages

c

org.apache.spark.sql.util

NumericHistogram

class NumericHistogram extends AnyRef

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

Instance Constructors

  1. new NumericHistogram()

Value Members

  1. def add(v: Double): Unit
  2. def addBin(x: Double, y: Double, b: Int): Unit
  3. def allocate(num_bins: Int): Unit
  4. def getBin(b: Int): Coord
  5. def getNumBins(): Int
  6. def getUsedBins(): Int
  7. def isReady(): Boolean
  8. def merge(other: NumericHistogram): Unit
  9. def reset(): Unit
  10. def setUsedBins(nusedBins: Int): Unit