| Package | Description |
|---|---|
| de.jstacs.utils |
This package contains a bundle of useful classes and interfaces like ...
|
| Modifier and Type | Method and Description |
|---|---|
static ToolBox.TiedRanks |
ToolBox.TiedRanks.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolBox.TiedRanks[] |
ToolBox.TiedRanks.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
ToolBox.rank(double[] values,
ToolBox.TiedRanks ties)
Ranks the values in
values, where the greatest value obtains the lowest rank. |