trait MinorityMethods extends MethodExtensions[Tile]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinorityMethods
- 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
localMinority(n: Int, rs: Tile*)(implicit d: DI): Tile
Assigns to each cell the value within the given rasters that is the nth least numerous.
-
def
localMinority(n: Int, rs: Traversable[Tile]): Tile
Assigns to each cell the value within the given rasters that is the nth least numerous.
-
def
localMinority(rs: Tile*)(implicit d: DI): Tile
Assigns to each cell the value within the given rasters that is the least numerous.
-
def
localMinority(rs: Traversable[Tile]): Tile
Assigns to each cell the value within the given rasters that is the least numerous.