object MaxN extends Serializable
Implementation to find the Nth maximum element of a set of rasters for each cell. Uses a randomized in-place quick select algorithm that was found to be the fastest on average in benchmarks.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MaxN
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All