Click or drag to resize

NMathFunctionsRanks Method

Overload List
 NameDescription
Public methodStatic memberRanks(Double) Returns the ranks of each element in a data set using ascending sort order.
Public methodStatic memberRanks(DoubleVector) Returns the ranks of each element in a data set using ascending sort order.
Public methodStatic memberRanks(IDFColumn) Returns the ranks of each element in a data set using ascending sort order.
Public methodStatic memberRanks(Int32) Returns the ranks of each element in a data set using ascending sort order.
Public methodStatic memberRanks(Double, SortingType) Returns the ranks of each element in a data set using the specified sort order.
Public methodStatic memberRanks(DoubleVector, SortingType) Returns the ranks of each element in a data set using the specified sort order.
Public methodStatic memberRanks(IDFColumn, SortingType) Returns the ranks of each element in a data set using the specified sort order.
Public methodStatic memberRanks(Int32, SortingType) Returns the ranks of each element in a data set using the specified sort order.
Top
See Also