StaticHistogramBins

case class StaticHistogramBins(splits: Array[Double]) extends HistogramBins

Set of histograms for binning data using the given splits.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def bin(value: Double): Int

Returns the bin for the given value, between 0 and splits.length inclusive.

Returns the bin for the given value, between 0 and splits.length inclusive.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product