| Package | Description |
|---|---|
| amie.mining | |
| amie.mining.assistant |
| Modifier and Type | Method and Description |
|---|---|
MiningAssistant |
AMIE.getAssistant() |
| Constructor and Description |
|---|
AMIE(MiningAssistant assistant,
int minInitialSupport,
double threshold,
Metric metric,
int nThreads) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMiningAssistant
Mining assistant that defines support and confidence as the number of
distinct bindings of the head variables.
|
class |
RelationSignatureDefaultMiningAssistant
This class overrides the default mining asssistant enforcing type constraints on the
head variables of rules.
|