public class RuleMeasure
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
MAXIMIZED |
Constant indicating that rule measure should be maximized in order to obtain better decision rule
|
static int |
MINIMIZED |
Constant indicating that measure should be minimized in order to obtain better decision rule
|
static int |
MONOTONICALLY_NON_DECREASING |
Constant indicating that rule measure is monotonically non-decreasing (w.r.t conditions)
|
static int |
MONOTONICALLY_NON_INCREASING |
Constant indicating that rule measure is monotonically non-increasing (w.r.t conditions)
|
static int |
NON_MONOTONIC |
Constant indicating that rule measure is non-monotonic (w.r.t conditions)
|
Constructor | Description |
---|---|
RuleMeasure() |
public static final int MONOTONICALLY_NON_DECREASING
public static final int MONOTONICALLY_NON_INCREASING
public static final int NON_MONOTONIC
public static final int MAXIMIZED
public static final int MINIMIZED