- bind(Map<ByteString, ByteString>, List<ByteString[]>) - Static method in class amie.rules.Rule
-
Applies the mappings provided as first argument to the subject and object
positions of the query included in the second argument.
- bind(ByteString, ByteString, List<ByteString[]>) - Static method in class amie.rules.Rule
-
Replaces all occurrences of oldVal with newVal in the subject and object
positions of the input query.
- bodyExcludedRelations - Variable in class amie.mining.assistant.MiningAssistant
-
List of excluded relations for the body of rules;
- bodyTargetRelations - Variable in class amie.mining.assistant.MiningAssistant
-
List of target relations for the body of rules;
- buildHistogram(Map<T, List<E>>) - Static method in class amie.U
-
It constructs a histogram based on a multimap.
- buildInitialQueries(IntHashMap<ByteString>, double, Collection<Rule>) - Method in class amie.mining.assistant.MiningAssistant
-
Given a list of relations with their corresponding support (one assistant could count based on the number of pairs,
another could use the number of subjects), it adds one rule per relation to the output.
- buildOverlapTables() - Method in class amie.data.KB
-
It builds the overlap tables for relations.