Package

astraea.spark.rasterframes

stats

Permalink

package stats

Visibility
  1. Public
  2. All

Type Members

  1. case class CellHistogram(stats: CellStatistics, bins: Seq[Bin]) extends Product with Serializable

    Permalink

    Container for computed aggregate histogram.

    Container for computed aggregate histogram.

    Since

    4/3/18

  2. case class CellStatistics(dataCells: Long, noDataCells: Long, min: Double, max: Double, mean: Double, variance: Double) extends Product with Serializable

    Permalink

    Container for computed statistics over cells.

    Container for computed statistics over cells.

    Since

    4/3/18

Value Members

  1. object CellHistogram extends Serializable

    Permalink
  2. object CellStatistics extends Serializable

    Permalink

Ungrouped