public class DominanceMethod
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
CUMULATIVE_DOMINANCE_TYPE |
Cumulative dominance with missing values.
|
static int |
DEFAULT_TYPE |
Default method.
|
| Constructor | Description |
|---|---|
DominanceMethod() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
getMethod() |
Returns type of dominance calculation method
|
static void |
setMethod(int method) |
Set dominance calculation method
|
public static final int DEFAULT_TYPE
public static final int CUMULATIVE_DOMINANCE_TYPE
public static int getMethod()
DEFAULT_TYPE or CUMULATIVE_DOMINANCE_TYPEpublic static void setMethod(int method)
method - dominance calculation method. Should DEFAULT_TYPE
or CUMULATIVE_DOMINANCE_TYPE