Bin

interface Bin<T : Any> : Domain<T>

The binned data element. Could be a histogram bin with a number of counts or an artificial construct

Functions

contains
Link copied to clipboard
common
abstract operator fun contains(point: Point<T>): Boolean
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

dimension
Link copied to clipboard
common
abstract val dimension: Int
value
Link copied to clipboard
common
abstract val value: Number
The value of this bin.

Inheritors

DomainBin
Link copied to clipboard
UnivariateBin
Link copied to clipboard