RankType
enum RankType {RANK_MEAN, RANK_LOW, RANK_HIGH};
Enumeration of methods for ranking ties.
- RANK_MEAN
- Ties are assigned the average rank of the elements.
RANK_LOW- Ties are assigned the lowest rank of the elements.
RANK_HIGH- Ties are assigned the highest rank of the elements.
Header:
#include "ranking.h"