org.dllearner.utilities.learn
Class LearnConfiguration

java.lang.Object
  extended by org.dllearner.utilities.learn.LearnConfiguration
Direct Known Subclasses:
LearnOWLFileConfiguration, LearnSPARQLConfiguration

public class LearnConfiguration
extends Object


Field Summary
 int guaranteeXgoodDescriptions
           
 SortedSet<String> ignoredConcepts
           
 int maxExecutionTimeInSeconds
           
 int minExecutionTimeInSeconds
           
 double noisePercentage
           
 boolean replaceSearchTree
           
 String searchTreeFile
           
 boolean useAllConstructor
           
 boolean useCardinalityRestrictions
           
 boolean useExistsConstructor
           
 boolean useNegation
           
 boolean writeSearchTree
           
 
Constructor Summary
LearnConfiguration()
           
 
Method Summary
 void applyConfigEntries(ComponentManager cm, AbstractKnowledgeSource ks, AbstractLearningProblem lp, AbstractReasonerComponent rs, AbstractCELA la)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

noisePercentage

public double noisePercentage

maxExecutionTimeInSeconds

public int maxExecutionTimeInSeconds

minExecutionTimeInSeconds

public int minExecutionTimeInSeconds

guaranteeXgoodDescriptions

public int guaranteeXgoodDescriptions

ignoredConcepts

public SortedSet<String> ignoredConcepts

useAllConstructor

public boolean useAllConstructor

useExistsConstructor

public boolean useExistsConstructor

useCardinalityRestrictions

public boolean useCardinalityRestrictions

useNegation

public boolean useNegation

writeSearchTree

public boolean writeSearchTree

searchTreeFile

public String searchTreeFile

replaceSearchTree

public boolean replaceSearchTree
Constructor Detail

LearnConfiguration

public LearnConfiguration()
Method Detail

applyConfigEntries

public void applyConfigEntries(ComponentManager cm,
                               AbstractKnowledgeSource ks,
                               AbstractLearningProblem lp,
                               AbstractReasonerComponent rs,
                               AbstractCELA la)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann