Package

software.uncharted.salt.core

spreading

Permalink

package spreading

Visibility
  1. Public
  2. All

Type Members

  1. abstract class SpreadingFunction[TC, BC, T] extends Serializable

    Permalink

    Spread a single value over multiple visualization-space coordinates.

    Spread a single value over multiple visualization-space coordinates. The value and the coordinates in question are all guaranteed to come from the same, single record from the source dataset.

    TC

    the abstract type representing a tile coordinate.

    BC

    the abstract type representing a bin coordinate. Must be something that can be represented in 1 dimension.

    T

    Input data type for bin aggregators

Ungrouped