A B C D E G H I K M N O P R S T

S

savePatterns(HashMap, Trie, String) - Method in class org.put.semintec.utils.IOUtils
Saves patterns, discovered during data mining execution, into specified file
saveRules(HashMap, ArrayList, String) - Method in class org.put.semintec.utils.IOUtils
Saves rules, generated from discovered patterns, into specified file
saveStatistics(HashMap, Statistics, String) - Method in class org.put.semintec.utils.IOUtils
Saves statistics about data mining execution into specified file
saveToGraphML(Trie, String, String[]) - Method in class org.put.semintec.utils.IOUtils
Writes a given trie data structure to specified file in GraphML format.
saveToGraphML(Tree, String, String[]) - Method in class org.put.semintec.utils.IOUtils
Writes a given taxonomy of predicates or nodes to specified file in GraphML format.
selectOnePatternPerEquivalenceClass(ArrayList, KnowledgeBase) - Method in class org.put.semintec.utils.MiningUtils
Selects only one pattern from each equivalence class, w.r.t kb, from the given list of patterns
selectSFree(ArrayList, KnowledgeBase) - Method in class org.put.semintec.utils.MiningUtils
Selects only s-free patterns, w.r.t kb, from the given list of patterns
selectTopClassesFromList(ArrayList, KnowledgeBase) - Method in class org.put.semintec.mining.association.Bias
Retrieves all classes from the list of predicates, specified as input, that have no class subsuming it present at the list of predicates
selectTopPropertiesFromList(ArrayList, KnowledgeBase) - Method in class org.put.semintec.mining.association.Bias
Retrieves all properties from the list of predicates, specified as input, that have no super property (transitively) present at the list of predicates
SemintecApp - Class in org.put.semintec.core
Represents an example application that executes SEMINTEC algorithms.
SemintecApp() - Constructor for class org.put.semintec.core.SemintecApp
 
SemintecAppWithoutBackgroundKnowledge - Class in org.put.semintec.core
Represents an example application for executing mining algorithm without exploiting semantics of KB during pattern generation.
SemintecAppWithoutBackgroundKnowledge() - Constructor for class org.put.semintec.core.SemintecAppWithoutBackgroundKnowledge
 
setAnswerCaching(boolean) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property answerCaching
setAnswerCaching(boolean) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property answerCaching
setAntecedent(Pattern) - Method in class org.put.semintec.mining.association.AssociationRule
Setter of the property antecedent
setAtom(Literal) - Method in class org.put.semintec.core.Atom
Setter of the property atom
setAtom(Atom) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property atom
setBias(Bias) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property bias
setBias(Bias) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property bias
setClassTaxonomy(Tree) - Method in class org.put.semintec.mining.association.Bias
Setter of the property classTaxonomy
setConfidence(double) - Method in class org.put.semintec.mining.association.AssociationRule
Setter of the property confidence
setConnection(KAON2Connection) - Method in class org.put.semintec.core.KnowledgeBase
Setter of the property connection
setConsequent(Pattern) - Method in class org.put.semintec.mining.association.AssociationRule
Setter of the property consequent
setDepth(int) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property depth
setFrequency(int) - Method in class org.put.semintec.mining.association.Pattern
Setter of the property frequency
setInfrequentPatterns(ArrayList) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property infrequentPatterns
setInfrequentPatterns(ArrayList) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property infrequentPatterns
setKb(KnowledgeBase) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property kb
setKb(KnowledgeBase) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property kb
setKbCopy(KnowledgeBase) - Method in class org.put.semintec.mining.association.AssociationRuleGeneration
Setter of the property kbCopy
setKbCopy(KnowledgeBase) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property kbCopy
setKbCopy(KnowledgeBase) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property kbCopy
setLastMaterializationDepth(HashMap) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property lastMaterializationDepth
setMaterialized(boolean) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property marked
setMaxLength(int) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property maxLength
setMaxLength(int) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property maxLength
setMiningTask(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property miningTask
setMinSupport(double) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property minSupport
setMinSupport(double) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property minSupport
setNewVarPos(boolean[]) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property newVars
setNumCandidatesUpToMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numCandidatesUpToMaxLength
setNumCandidatesWithMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numCandidatesWithMaxLength
setNumGENUpToMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numGENUpToMaxLength
setNumGENWithMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numGENWithMaxLength
setNumPatternsUpToMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numPatternsUpToMaxLength
setNumPatternsWithMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numPatternsWithMaxLength
setNumSATUpToMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numSATUpToMaxLength
setNumSATWithMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numSATWithMaxLength
setNumSFREEUpToMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numSFREEUpToMaxLength
setNumSFREEWithMaxLength(int) - Method in class org.put.semintec.utils.Statistics
Setter of the property numSFREEWithMaxLength
setOntology(Ontology) - Method in class org.put.semintec.core.KnowledgeBase
Setter of the property o
setPattern(Pattern) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property pattern
setPos(Position) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property pos
setPredicates(ArrayList) - Method in class org.put.semintec.mining.association.Bias
Setter of the property predicates
setPropertyTaxonomy(Tree) - Method in class org.put.semintec.mining.association.Bias
Setter of the property propertyTaxonomy
setQueryDefinition(QueryDefinition) - Method in class org.put.semintec.mining.association.Pattern
Setter of the property queryDefinition
setReasoner(Reasoner) - Method in class org.put.semintec.core.KnowledgeBase
Setter of the property r
setRefClass(OWLClass) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property refClass
setRefClass(OWLClass) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property refClass
setRefVar(Variable) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property refVar
setRefVar(Variable) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property refVar
setResolver(DefaultOntologyResolver) - Method in class org.put.semintec.core.KnowledgeBase
Setter of the property resolver
setRewrittenPattern(Pattern) - Method in class org.put.semintec.mining.datastructures.Node
Setter of the property rewrittenPattern
setRules(ArrayList) - Method in class org.put.semintec.mining.association.AssociationRuleGeneration
Setter of the property rules
setSearchDirection(int) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property searchDirection
setSearchDirection(int) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property searchDirection
setStartDate(Date) - Method in class org.put.semintec.utils.Statistics
Setter of the property startDate
setStatistics(Statistics) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property statistics
setStatistics(Statistics) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property statistics
setStopDate(Date) - Method in class org.put.semintec.utils.Statistics
Setter of the property stopDate
setSupport(double) - Method in class org.put.semintec.mining.association.Pattern
Setter of the property support
setTree(Tree) - Method in class org.put.semintec.mining.datastructures.Trie
Setter of the property tree
setTrie(Trie) - Method in class org.put.semintec.mining.association.AssociationRuleGeneration
Setter of the property trie
setTrie(Trie) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property trie
setTrie(Trie) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
Setter of the property trie
setUndistinguishedVariables(ArrayList) - Method in class org.put.semintec.mining.association.Pattern
Setter of the property undistinguishedVariables
setUseTaxonomies(boolean) - Method in class org.put.semintec.mining.association.PatternMining
Setter of the property useTaxonomies
skolemize(KnowledgeBase) - Method in class org.put.semintec.mining.association.Pattern
Skolemizes a query associated with the given pattern -- replaces all variables with new constants thus creating new ABox
startToCollect() - Method in class org.put.semintec.utils.Statistics
Starts collecting the statistics of pattern mining execution
Statistics - Class in org.put.semintec.utils
Stores statistics for pattern mining execution
Statistics() - Constructor for class org.put.semintec.utils.Statistics
 
stopToCollect() - Method in class org.put.semintec.utils.Statistics
Stop collecting the statistics of pattern mining execution
subsumedBy(Pattern, KnowledgeBase) - Method in class org.put.semintec.mining.association.Pattern
 
subsumedByInfrequentPattern(Pattern, KnowledgeBase) - Method in class org.put.semintec.mining.association.PatternMining
 
subsumedByInfrequentPattern(Pattern, KnowledgeBase) - Method in class org.put.semintec.mining.association.PatternMiningWithoutBackgroundKnowledge
 

A B C D E G H I K M N O P R S T