Uses of Class
org.put.semintec.mining.association.Bias

Packages that use Bias
org.put.semintec.mining.association   
org.put.semintec.mining.datastructures   
 

Uses of Bias in org.put.semintec.mining.association
 

Methods in org.put.semintec.mining.association that return Bias
 Bias PatternMiningWithoutBackgroundKnowledge.getBias()
          Getter of the property bias
 Bias PatternMining.getBias()
          Getter of the property bias
 

Methods in org.put.semintec.mining.association with parameters of type Bias
 void PatternMiningWithoutBackgroundKnowledge.setBias(Bias bias)
          Setter of the property bias
 void PatternMining.setBias(Bias bias)
          Setter of the property bias
 

Uses of Bias in org.put.semintec.mining.datastructures
 

Methods in org.put.semintec.mining.datastructures with parameters of type Bias
 java.util.ArrayList Trie.generateDependentAtoms(Node n, Bias bias, boolean generateDLAtoms)
          Generates dependent atoms of the given node that is the nodes that share at least one variable that is new in the node Any semantic properties of the patterns are not tested.
 java.util.ArrayList Trie.generateDLDependentAtoms(Node n, Bias bias, jdsl.core.api.Tree predicateTaxonomy, KnowledgeBase kb)
          Generates dependent atoms, with class/property predicates, of the given node that is the nodes that share at least one variable that is new in the node Atoms are ordered wrt the taxonomy of classes/properties