trait MajorityMethods extends MethodExtensions[Tile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MajorityMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Tile
- Definition Classes
- MethodExtensions
Concrete Value Members
-
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.
-
def
localMajority(n: Int, rs: Traversable[Tile]): Tile
Assigns to each cell the value within the given rasters that is the nth most numerous.
-
def
localMajority(rs: Tile*)(implicit d: DI): Tile
Assigns to each cell the value within the given rasters that is the most numerous.
-
def
localMajority(rs: Traversable[Tile]): Tile
Assigns to each cell the value within the given rasters that is the most numerous.