NMath |
| Name | Description | |
|---|---|---|
| Ranks(Double) | Returns the ranks of each element in a data set using ascending sort order. | |
| Ranks(DoubleVector) | Returns the ranks of each element in a data set using ascending sort order. | |
| Ranks(IDFColumn) | Returns the ranks of each element in a data set using ascending sort order. | |
| Ranks(Int32) | Returns the ranks of each element in a data set using ascending sort order. | |
| Ranks(Double, SortingType) | Returns the ranks of each element in a data set using the specified sort order. | |
| Ranks(DoubleVector, SortingType) | Returns the ranks of each element in a data set using the specified sort order. | |
| Ranks(IDFColumn, SortingType) | Returns the ranks of each element in a data set using the specified sort order. | |
| Ranks(Int32, SortingType) | Returns the ranks of each element in a data set using the specified sort order. |