Class

org.locationtech.geomesa.utils.stats

BinnedFloatArray

Related Doc: package stats

Permalink

class BinnedFloatArray extends BinnedArray[Float]

Linear Supertypes
BinnedArray[Float], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinnedFloatArray
  2. BinnedArray
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinnedFloatArray(length: Int, bounds: (Float, Float))

    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(value: Float, count: Long = 1): Unit

    Permalink

    Increment the count for the bin corresponding to this value

    Increment the count for the bin corresponding to this value

    value

    value

    count

    how much to increment

    Definition Classes
    BinnedArray
  5. def apply(index: Int): Long

    Permalink

    Gets the count of entries in the given bin

    Gets the count of entries in the given bin

    index

    bin index

    returns

    count

    Definition Classes
    BinnedArray
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bounds(index: Int): (Float, Float)

    Permalink

    Gets the min and max values that will go into a bin

    Gets the min and max values that will go into a bin

    index

    index into the array

    returns

    bounds for the bin

    Definition Classes
    BinnedFloatArrayBinnedArray
  8. val bounds: (Float, Float)

    Permalink

    upper and lower bounds for the input values

    upper and lower bounds for the input values

    Definition Classes
    BinnedArray
  9. def clear(): Unit

    Permalink

    Clears the counts

    Clears the counts

    Definition Classes
    BinnedArray
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def directIndex(value: Long): Int

    Permalink

    Maps a value that has already been transformed into a number to a bin index.

    Maps a value that has already been transformed into a number to a bin index.

    value

    value

    returns

    bin index, or -1 if value is out of bounds

    Definition Classes
    BinnedFloatArrayBinnedArray
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def indexOf(value: Float): Int

    Permalink

    Maps a value to a bin index.

    Maps a value to a bin index.

    value

    value

    returns

    bin index, or -1 if value is out of bounds

    Definition Classes
    BinnedFloatArrayBinnedArray
  18. def isBelow(value: Float): Boolean

    Permalink

    Indicates if the value is below the range of this array

    Indicates if the value is below the range of this array

    value

    value

    returns

    true if below, false otherwise (implies above if indexOf == -1)

    Definition Classes
    BinnedFloatArrayBinnedArray
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val length: Int

    Permalink

    number of bins

    number of bins

    Definition Classes
    BinnedArray
  21. def medianValue(index: Int): Float

    Permalink

    Gets a value corresponding to the midpoint of a bin.

    Gets a value corresponding to the midpoint of a bin.

    index

    index into the array

    returns

    representative value for the bin

    Definition Classes
    BinnedFloatArrayBinnedArray
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BinnedArray[Float]

Inherited from AnyRef

Inherited from Any

Ungrouped