Overload List
| Name | Description | |
|---|---|---|
| Rank(DoubleVector, Double) |
Calculates the rank of a value within a given data set using
ascending order.
| |
| Rank(IDFColumn, Double) |
Calculates the rank of the value within a given data set using
the specified order.
| |
| Rank(array<Double>[]()[], Double) |
Calculates the rank of a value within a given data set using
ascending order.
| |
| Rank(array<Int32>[]()[], Double) |
Calculates the rank of a value within a given data set using
ascending order.
| |
| Rank(DoubleVector, Double, SortingType) |
Calculates the rank of a value within a given data set using
ascending order.
| |
| Rank(IDFColumn, Double, SortingType) |
Calculates the rank of the value within a given data set using
the specified order.
| |
| Rank(array<Double>[]()[], Double, SortingType) |
Calculates the rank of the value within a given data set using
the specified order.
| |
| Rank(array<Int32>[]()[], Double, SortingType) |
Calculates the rank of the value within a given data set using
the specified order.
|