- DefaultMiningAssistant - Class in amie.mining.assistant
-
Mining assistant that defines support and confidence as the number of
distinct bindings of the head variables.
- DefaultMiningAssistant(KB) - Constructor for class amie.mining.assistant.DefaultMiningAssistant
-
- difference(CharSequence, List<? extends CharSequence[]>, CharSequence[]) - Method in class amie.data.KB
-
It returns all the bindings of the projection variable that match
the antecedent but not the head.
- difference(ByteString, List<ByteString[]>, List<ByteString[]>) - Method in class amie.data.KB
-
It returns all the bindings of the projection variable that match
the antecedent but not the succedent.
- difference(CharSequence, CharSequence, List<? extends CharSequence[]>, CharSequence[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the atom 'head'.
- difference(ByteString, ByteString, List<ByteString[]>, ByteString[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the atom 'head'.
- difference(ByteString, ByteString, List<ByteString[]>, List<ByteString[]>) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the second.
- difference(CharSequence, CharSequence, CharSequence, List<? extends CharSequence[]>, CharSequence[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the atom 'head'.
- difference(ByteString, ByteString, ByteString, List<ByteString[]>, ByteString[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the atom 'head'
- difference(CharSequence, CharSequence, CharSequence, CharSequence, List<? extends CharSequence[]>, CharSequence[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the atom 'head'
- difference(CharSequence, CharSequence, CharSequence, CharSequence, List<? extends CharSequence[]>, CharSequence[], boolean) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the second.
- difference(ByteString, ByteString, ByteString, ByteString, List<ByteString[]>, ByteString[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the second.
- differenceNotVarsInCommon(CharSequence, CharSequence, CharSequence, CharSequence, List<? extends CharSequence[]>, CharSequence[]) - Method in class amie.data.KB
-
It performs set difference for the case where the head contains 2 out of the 4 variables
defined in the body.
- differenceNotVarsInCommon(ByteString, ByteString, ByteString, ByteString, List<ByteString[]>, ByteString[]) - Method in class amie.data.KB
-
It performs set difference for the case where the head contains 2 out of the 4 variables
defined in the body.
- differenceNoVarsInCommon(CharSequence, CharSequence, List<? extends CharSequence[]>, CharSequence[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the atom 'head'.
- differenceNoVarsInCommon(ByteString, ByteString, List<ByteString[]>, ByteString[]) - Method in class amie.data.KB
-
Bindings of the projection variables that satisfy the first list of atoms
but not the atom 'head'.
- differentFrom(CharSequence...) - Static method in class amie.data.KB
-
It returns TRUE if the 0th component is different from the 2n, 3rd, 4th, etc.
- differentFrom(ByteString...) - Static method in class amie.data.KB
-
It returns TRUE if the 0th component is different from the 2n, 3rd, 4th, etc.
- DIFFERENTFROMbs - Static variable in class amie.data.KB
-
(X differentFrom Y Z ...) predicate
- DIFFERENTFROMstr - Static variable in class amie.data.KB
-
(X differentFrom Y Z ...) predicate