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

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

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

Methods in org.put.semintec.mining.association that return Pattern
 Pattern AssociationRule.getAntecedent()
          Getter of the property antecedent
 Pattern AssociationRule.getConsequent()
          Getter of the property consequent
 Pattern Pattern.refine(Atom a)
          Refines pattern by adding an atom to it
 Pattern Pattern.rewriteVariablesToDistinguishedOnes()
          Rewrites query Q1 associated with the given pattern into new query Q2 where all variables of Q1 (distinguished and undistinguished ones) are distinguished in Q2
 

Methods in org.put.semintec.mining.association with parameters of type Pattern
 boolean PatternMiningWithoutBackgroundKnowledge.addToInfrequentPatterns(Pattern p, KnowledgeBase kb)
           
 boolean PatternMining.addToInfrequentPatterns(Pattern p, KnowledgeBase kb)
           
 boolean Pattern.equivalentTo(Pattern p, KnowledgeBase kb)
           
 void AssociationRule.setAntecedent(Pattern antecedent)
          Setter of the property antecedent
 void AssociationRule.setConsequent(Pattern consequent)
          Setter of the property consequent
 boolean Pattern.subsumedBy(Pattern p, KnowledgeBase kb)
           
 boolean PatternMiningWithoutBackgroundKnowledge.subsumedByInfrequentPattern(Pattern p, KnowledgeBase kb)
           
 boolean PatternMining.subsumedByInfrequentPattern(Pattern p, KnowledgeBase kb)
           
 

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

Methods in org.put.semintec.mining.datastructures that return Pattern
 Pattern Node.getPattern()
          Getter of the property pattern
 Pattern Node.getRewrittenPattern()
          Getter of the property rewrittenPattern
 Pattern Node.rewriteLiteralsToSupOnes(Node parent, KnowledgeBase kb)
          Rewrites query Q1 associated with the given node into new query Q2 where literals of Q1 are rewritten to special predicates in Q2 (one per each variable appearing in both: query Q1 and atom a).
 

Methods in org.put.semintec.mining.datastructures with parameters of type Pattern
 boolean Trie.equivalentToEarlierPattern(Pattern pattern, KnowledgeBase kb)
          Checks if the specified pattern is not equivalent to an earlier pattern in the trie.
 void Node.setPattern(Pattern pattern)
          Setter of the property pattern
 void Node.setRewrittenPattern(Pattern rewrittenPattern)
          Setter of the property rewrittenPattern