Like scipy.stats.itemfreq(), returns a frequency count for the unique element values of the input array.
Parameters: | input (mango.Dds) – Frequency counts calculated for the elements of this array. |
---|---|
Return type: | tuple |
Returns: | The (elems, counts) pair. |