trait MinorityTileCollectionMethods[K] extends MethodExtensions[Seq[(K, Tile)]]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinorityTileCollectionMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
self: Seq[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
-
def
localMinority(n: Int, rs: Seq[(K, Tile)]*)(implicit d: DI): Seq[(K, Tile)]
Assigns to each cell the value within the given rasters that is the nth least numerous.
-
def
localMinority(n: Int, others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
Assigns to each cell the value within the given rasters that is the nth least numerous.
-
def
localMinority(rs: Seq[(K, Tile)]*)(implicit d: DI): Seq[(K, Tile)]
Assigns to each cell the value within the given rasters that is the least numerous.
-
def
localMinority(others: Traversable[Seq[(K, Tile)]]): Seq[(K, Tile)]
Assigns to each cell the value within the given rasters that is the least numerous.