Package | Description |
---|---|
org.opensourcedea.dea |
Modifier and Type | Method and Description |
---|---|
static RankingType |
RankingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RankingType[] |
RankingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int[] |
DEAProblem.getRanks(boolean highestIsOne,
RankingType typeOfRanking,
int precision)
Returns the DMU ranks (based on Objectives value)
|
static int[] |
Rank.getRanks(double[] arrayToSort,
boolean highestIsOne,
RankingType typeOfRanking,
int precision)
Returns the ranks.
|