| Package | Description |
|---|---|
| amie.mining |
| Modifier and Type | Method and Description |
|---|---|
Metric |
AMIE.getPruningMetric() |
static Metric |
Metric.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AMIE.setPruningMetric(Metric pruningMetric) |
| Constructor and Description |
|---|
AMIE(MiningAssistant assistant,
int minInitialSupport,
double threshold,
Metric metric,
int nThreads) |