- main(String[]) - Static method in class amie.data.U
-
- main(String[]) - Static method in class amie.mining.AMIE
-
AMIE's main program
- main(String[]) - Static method in class amie.mining.assistant.DefaultMiningAssistant
-
- main(String[]) - Static method in class amie.rules.AMIEParser
-
- main(String[]) - Static method in class amie.rules.Rule
-
- maxDepth - Variable in class amie.mining.assistant.MiningAssistant
-
Maximum number of atoms in a query
- Metric - Enum in amie.mining
-
Rule metrics defined by AMIE
- mine() - Method in class amie.mining.AMIE
-
The key method which returns a set of rules mined from the KB based on
the AMIE object's configuration.
- MiningAssistant - Class in amie.mining.assistant
-
Simpler miner assistant which implements all the logic required
to mine conjunctive rules from a RDF datastore.
- MiningAssistant(KB) - Constructor for class amie.mining.assistant.MiningAssistant
-
- minPcaConfidence - Variable in class amie.mining.assistant.MiningAssistant
-
Minimum confidence
- minStdConfidence - Variable in class amie.mining.assistant.MiningAssistant
-
Minimum confidence
- mostRestrictiveTriple(List<ByteString[]>) - Method in class amie.data.KB
-
It returns the index of the most restrictive triple, -1 if most restrictive has count 0.
- mostRestrictiveTriple(List<ByteString[]>, ByteString) - Method in class amie.data.KB
-
It returns the index of the most restrictive triple among those that contain the given variable,
-1 if most restrictive has count 0.
- mostRestrictiveTriple(List<ByteString[]>, ByteString, ByteString) - Method in class amie.data.KB
-
It returns the index of the most restrictive triple among those that contain the given variables,
-1 if most restrictive has count 0.