- enabledConfidenceUpperBounds - Variable in class amie.mining.assistant.MiningAssistant
-
Enable confidence and PCA confidence upper bounds for pruning when given a confidence threshold
- enabledFunctionalityHeuristic - Variable in class amie.mining.assistant.MiningAssistant
-
Use a functionality vs suggested functionality heuristic to prune low confident rule upfront.
- enablePerfectRules - Variable in class amie.mining.assistant.MiningAssistant
-
Enable perfect rule pruning, i.e., do not further specialize rules with PCA confidence
1.0.
- enableQueryRewriting - Variable in class amie.mining.assistant.MiningAssistant
-
Enable query rewriting to optimize runtime.
- enforceConstants - Variable in class amie.mining.assistant.MiningAssistant
-
Enforce constants in all atoms of rules
- entitiesSize() - Method in class amie.data.KB
-
Returns the number of entities in the database.
- equal(ByteString[], ByteString[]) - Static method in class amie.rules.Rule
-
- equals(ByteString[], ByteString[]) - Static method in class amie.rules.Rule
-
- equals(Object) - Method in class amie.rules.Rule
-
- EQUALSbs - Static variable in class amie.data.KB
-
(X equals Y Z ...) predicate
- EQUALSstr - Static variable in class amie.data.KB
-
(X equals Y Z ...) predicate
- equalTo(CharSequence...) - Static method in class amie.data.KB
-
It returns TRUE if the 0th component is different from the 2n, 3rd, 4th, etc.
- equalTo(ByteString...) - Static method in class amie.data.KB
-
It returns TRUE if the 0th component is different from the 2n, 3rd, 4th, etc.
- exists(List<CharSequence[]>) - Method in class amie.data.KB
-
It returns TRUE if there exists one instantiation that satisfies
the query
- EXISTSbs - Static variable in class amie.data.KB
-
r(X, y') exists for some y', predicate
- existsBS(List<ByteString[]>) - Method in class amie.data.KB
-
It returns TRUE if there exists one instantiation that satisfies
the query
- EXISTSINVbs - Static variable in class amie.data.KB
-
r(y', X) exists for some y', predicate
- EXISTSINVstr - Static variable in class amie.data.KB
-
r(y', X) exists for some y', predicate
- EXISTSstr - Static variable in class amie.data.KB
-
r(X, y') exists for some y', predicate
- exploitMaxLengthOption - Variable in class amie.mining.assistant.MiningAssistant
-
If false, the assistant will not exploit the maximum length restriction to improve
runtime.