geotrellis.statistics

FastMapHistogram

class FastMapHistogram extends Histogram

Linear Supertypes
Histogram, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FastMapHistogram
  2. Histogram
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FastMapHistogram(_size: Int, _buckets: Array[Int], _used: Int, _total: Int)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (FastMapHistogram, B)

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to ArrowAssoc[FastMapHistogram] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def copy(): FastMapHistogram

    Return a copy of this histogram.

    Return a copy of this histogram.

    Definition Classes
    FastMapHistogramHistogram
  11. def countItem(item: Int, count: Int = 1): Unit

    Note the occurance of 'item.

    Note the occurance of 'item.

    The optional parameter 'count' allows histograms to be built more efficiently. Negative counts can be used to remove a particular number of occurances of 'item'.

    Definition Classes
    FastMapHistogramHistogram
  12. def ensuring(cond: (FastMapHistogram) ⇒ Boolean, msg: ⇒ Any): FastMapHistogram

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to Ensuring[FastMapHistogram] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (FastMapHistogram) ⇒ Boolean): FastMapHistogram

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to Ensuring[FastMapHistogram] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): FastMapHistogram

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to Ensuring[FastMapHistogram] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): FastMapHistogram

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to Ensuring[FastMapHistogram] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def foreach(f: (Int, Int) ⇒ Unit): Unit

    Definition Classes
    Histogram
  20. def foreachValue(f: (Int) ⇒ Unit): Unit

    Definition Classes
    FastMapHistogramHistogram
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. def generateStatistics(): Statistics

    Definition Classes
    Histogram
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def getEvenQuantiles(num: Int): Array[Double]

    Return 'num' evenly spaced Doubles from 0.

    Return 'num' evenly spaced Doubles from 0.0 to 1.0.

    Definition Classes
    Histogram
  25. def getItemCount(item: Int): Int

    Return the number of occurances for 'item'.

    Return the number of occurances for 'item'.

    Definition Classes
    FastMapHistogramHistogram
  26. def getMaxValue(): Int

    Return the largest item seen.

    Return the largest item seen.

    Definition Classes
    FastMapHistogramHistogram
  27. def getMean(): Double

    Definition Classes
    Histogram
  28. def getMedian(): Int

    Definition Classes
    Histogram
  29. def getMinMaxValues(): (Int, Int)

    Return the smallest and largest items seen as a tuple.

    Return the smallest and largest items seen as a tuple.

    Definition Classes
    FastMapHistogramHistogram
  30. def getMinValue(): Int

    Return the smallest item seen.

    Return the smallest item seen.

    Definition Classes
    FastMapHistogramHistogram
  31. def getMode(): Int

    Definition Classes
    Histogram
  32. def getQuantileBreaks(num: Int): Array[Int]

    Definition Classes
    Histogram
  33. def getTotalCount(): Int

    Return the total number of occurances for all items.

    Return the total number of occurances for all items.

    Definition Classes
    FastMapHistogramHistogram
  34. def getValues(): Array[Int]

    Definition Classes
    FastMapHistogramHistogram
  35. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def normalizeExtremeValues(num: Int, cutoff: Int): Histogram

    This is a heuristic used by getQuantileBreaks, which mutates the histogram.

    This is a heuristic used by getQuantileBreaks, which mutates the histogram.

    Definition Classes
    Histogram
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def rawValues(): Array[Int]

    Definition Classes
    FastMapHistogramHistogram
  42. def setItem(item: Int, count: Int): Unit

    Definition Classes
    FastMapHistogramHistogram
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toJSON: String

    Definition Classes
    Histogram
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. var total: Int

  47. def uncountItem(item: Int): Unit

    Forget all occurances of 'item'.

    Forget all occurances of 'item'.

    Definition Classes
    FastMapHistogramHistogram
  48. def update(other: Histogram): Unit

    Definition Classes
    Histogram
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. def [B](y: B): (FastMapHistogram, B)

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to ArrowAssoc[FastMapHistogram] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastMapHistogram: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastMapHistogram: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: FastMapHistogram

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to ArrowAssoc[FastMapHistogram] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastMapHistogram: ArrowAssoc[FastMapHistogram]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: FastMapHistogram

    Implicit information
    This member is added by an implicit conversion from FastMapHistogram to Ensuring[FastMapHistogram] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (fastMapHistogram: Ensuring[FastMapHistogram]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Histogram

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from FastMapHistogram to StringAdd

Inherited by implicit conversion any2stringfmt from FastMapHistogram to StringFormat

Inherited by implicit conversion any2ArrowAssoc from FastMapHistogram to ArrowAssoc[FastMapHistogram]

Inherited by implicit conversion any2Ensuring from FastMapHistogram to Ensuring[FastMapHistogram]

Ungrouped