Package

geotrellis.raster

histogram

Permalink

package histogram

Visibility
  1. Public
  2. All

Type Members

  1. class FastMapHistogram extends MutableIntHistogram

    Permalink

    The FastMapHistogram class.

    The FastMapHistogram class. Quickly compute histograms over integer data.

  2. trait Histogram[T <: AnyVal] extends Serializable

    Permalink

    Data object representing a histogram of values.

  3. trait IntHistogram extends Histogram[Int]

    Permalink

    The base trait for all integer-containing histograms.

  4. abstract class MutableHistogram[T <: AnyVal] extends Histogram[T]

    Permalink

    All mutable histograms are derived from this type.

  5. abstract class MutableIntHistogram extends MutableHistogram[Int] with IntHistogram

    Permalink

    All mutable integer histograms are derived from this class.

  6. class StreamingHistogram extends MutableHistogram[Double]

    Permalink

    Ben-Haim, Yael, and Elad Tom-Tov.

    Ben-Haim, Yael, and Elad Tom-Tov. "A streaming parallel decision tree algorithm." The Journal of Machine Learning Research 11 (2010): 849-872.

Value Members

  1. object DoubleHistogram

    Permalink

    Object housing DoubleHistogram constructors.

  2. object FastMapHistogram extends Serializable

    Permalink

    Companion object for the FastMapHistogram type.

  3. object IntHistogram extends Serializable

    Permalink
  4. object StreamingHistogram extends Serializable

    Permalink

Ungrouped