@aryth/distinct-matrix
v0.7.3
Published
Return ranks of each element in a 2-d array
Downloads
1,048
Readme
@aryth/distinct-matrix
Rank each element in a 2-d array
Features
- Rank each element of a 2-d array.
- Return a new 2-d array of the same size as the input 2-d array.
- Comparer configurable.
- Filter optional. Those elements who do not meet filter gets rank value of -1.
Install
$ npm install @aryth/distinct-matrix
Usage