get_indices {RankAggSIgFUR} | R Documentation |
Used in Subiterative Convergence to determine the index of the subset of objects from the output from Modified Kemeny. These indices are then used to find the object indices for the next step in Subiterative Convergence.
get_indices(x, y)
x |
a vector of integers, typically a series from 1 to |
y |
a vector containing the ranking, typically the output from Modified Kemeny. |
The index or indices of the ranked objects.