- testConfidenceThresholds(Rule) - Method in class amie.mining.assistant.MiningAssistant
-
It checks whether a rule satisfies the confidence thresholds and the
sky-line heuristic: the strategy that avoids outputting rules that do not
improve the confidence w.r.t their parents.
- testConfidenceThresholds(Rule) - Method in class amie.mining.assistant.RelationSignatureDefaultMiningAssistant
-
- testLength(Rule) - Method in class amie.mining.assistant.MiningAssistant
-
Check whether the rule meets the length criteria configured in the object.
- toDatalog(ByteString[]) - Static method in class amie.rules.Rule
-
- toString(T[]) - Static method in class amie.data.KB
-
ToString for a triple
- toString(List<ByteString[]>) - Static method in class amie.data.KB
-
ToString for a query
- toString() - Method in class amie.data.KB
-
- toString() - Method in class amie.rules.Rule
-
Simple string representation of the rule.
- totalObjectCount - Variable in class amie.mining.assistant.MiningAssistant
-
Number of different objects in the underlying dataset
- totalSubjectCount - Variable in class amie.mining.assistant.MiningAssistant
-
Number of different subjects in the underlying dataset
- triple(ByteString...) - Static method in class amie.data.KB
-
Makes a triple
- triple(CharSequence...) - Static method in class amie.data.KB
-
Makes a triple
- triple(String) - Static method in class amie.data.KB
-
Parses a triple of the form r(x,y) and turns into a triple
of the form [x, r, y]
- triple(ByteString, ByteString, ByteString) - Static method in class amie.rules.Rule
-
It puts the arguments in an array.
- triple2Array(Triple<ByteString, ByteString, ByteString>) - Static method in class amie.data.KB
-
- triplePattern - Static variable in class amie.data.KB
-
Pattern of a triple
- triples(ByteString[]...) - Static method in class amie.data.KB
-
Makes a list of triples
- triples(List<? extends CharSequence[]>) - Static method in class amie.data.KB
-
makes triples
- triples(String) - Static method in class amie.data.KB
-
It parses a Datalog query with atoms of the form r(x,y) and turns into a list of
AMIE triples of the form [x, r, y].
- typeString - Variable in class amie.mining.assistant.MiningAssistant
-
Type keyword