| Package | Description |
|---|---|
| org.processmining.prediction |
| Modifier and Type | Method and Description |
|---|---|
static DiscrMethod |
DiscrMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiscrMethod[] |
DiscrMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTreePanel.resampleOutputAttribute(int numIntervals,
DiscrMethod method) |
DiscretizationInterval[] |
Predictor.setOutputAttribute(Augmentation attribute,
int numberIntervals,
DiscrMethod method,
boolean regressionTree) |
| Constructor and Description |
|---|
DiscretizationPanel(DecisionTreePanel decisionTreeFrame,
DiscretizationInterval[] intervals,
int numIntervals,
DiscrMethod method) |