| Package | Description |
|---|---|
| amie.mining |
| Modifier and Type | Method and Description |
|---|---|
static AMIE |
AMIE.getInstance(java.lang.String[] args)
Gets an instance of AMIE configured according to the command line arguments.
|
static AMIE |
AMIE.getLossyInstance(KB db,
double minPCAConfidence,
int minSupport)
Returns an instance of AMIE that enables the lossy optimizations, i.e., optimizations that
optimize for runtime but that could in principle omit some rules that should be mined.
|
static AMIE |
AMIE.getLossyVanillaSettingInstance(KB db,
double minPCAConfidence,
int startSupport)
Returns an (vanilla setting) instance of AMIE that enables the lossy optimizations, i.e., optimizations that
optimize for runtime but that could in principle omit some rules that should be mined.
|
static AMIE |
AMIE.getVanillaSettingInstance(KB db)
Returns an instance of AMIE that mines rules on the given KB using
the vanilla setting of head coverage 1% and no confidence threshold.
|
static AMIE |
AMIE.getVanillaSettingInstance(KB db,
double minPCAConfidence)
Returns an instance of AMIE that mines rules on the given KB using
the vanilla setting of head coverage 1% and a given PCA confidence threshold
|