unique#
Unique-related operations.
The skrough.unique module delivers helper functions for unique-related
computations. Currently all operations are simple wrappers around numpy.unique()
but they are here to provide interfaces that the rest of the code uses.
Functions
Compute the number of unique rows. |
|
|
Get unique values. |
|
Get unique values and compacted version of an input array. |
|
Get unique elements of an array and indices of first occurrences of these values. |
|
Get positions of first occurrences of unique values. |