trait MajorityMethods extends MethodExtensions[Tile]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MajorityMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Tile
    Definition Classes
    MethodExtensions

Concrete Value Members

  1. def localMajority(n: Int, rs: Tile*)(implicit d: DI): Tile

    Assigns to each cell the value within the given rasters that is the nth most numerous.

  2. def localMajority(n: Int, rs: Traversable[Tile]): Tile

    Assigns to each cell the value within the given rasters that is the nth most numerous.

  3. def localMajority(rs: Tile*)(implicit d: DI): Tile

    Assigns to each cell the value within the given rasters that is the most numerous.

  4. def localMajority(rs: Traversable[Tile]): Tile

    Assigns to each cell the value within the given rasters that is the most numerous.