Overload List

  NameDescription
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(array<Double>[]()[])
Returns the ranks of each element in a data set using ascending sort order.
Ranks(array<Int32>[]()[])
Returns the ranks of each element in a data set using ascending 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(array<Double>[]()[], SortingType)
Returns the ranks of each element in a data set using the specified sort order.
Ranks(array<Int32>[]()[], SortingType)
Returns the ranks of each element in a data set using the specified sort order.

See Also