| Package | Description |
|---|---|
| amie.mining | |
| amie.mining.assistant |
| Modifier and Type | Method and Description |
|---|---|
static ConfidenceMetric |
ConfidenceMetric.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfidenceMetric[] |
ConfidenceMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConfidenceMetric |
MiningAssistant.confidenceMetric
Confidence metric used to assess the quality of rules.
|
| Modifier and Type | Method and Description |
|---|---|
ConfidenceMetric |
MiningAssistant.getConfidenceMetric() |
| Modifier and Type | Method and Description |
|---|---|
void |
MiningAssistant.setConfidenceMetric(ConfidenceMetric confidenceMetric) |