Uses of Class
org.dllearner.core.configurators.ROLComponent2Configurator

Packages that use ROLComponent2Configurator
org.dllearner.algorithms.refinement2 New experimental refinement operator approach, which takes obtained information about concrete examples in an algorithm run stronger into account. 
org.dllearner.refinementoperators Refinement operator implementations. 
 

Uses of ROLComponent2Configurator in org.dllearner.algorithms.refinement2
 

Methods in org.dllearner.algorithms.refinement2 that return ROLComponent2Configurator
 ROLComponent2Configurator ROLComponent2.getConfigurator()
           
 

Methods in org.dllearner.algorithms.refinement2 with parameters of type ROLComponent2Configurator
static double MultiHeuristic.getNodeScore(ExampleBasedNode node, int nrOfPositiveExamples, int nrOfNegativeExamples, ROLComponent2Configurator configurator)
           
 

Constructors in org.dllearner.algorithms.refinement2 with parameters of type ROLComponent2Configurator
ExampleBasedNode(ROLComponent2Configurator configurator, Description concept)
           
MultiHeuristic(int nrOfPositiveExamples, int nrOfNegativeExamples, ROLComponent2Configurator configurator)
           
ROLearner2(ROLComponent2Configurator configurator, LearningProblem learningProblem, ReasonerComponent rs, RefinementOperator operator, ExampleBasedHeuristic heuristic, Description startDescription, double noise, boolean writeSearchTree, boolean replaceSearchTree, File searchTreeFile, boolean useTooWeakList, boolean useOverlyGeneralList, boolean useShortConceptConstruction, boolean usePropernessChecks, int maxPosOnlyExpansion, int maxExecutionTimeInSeconds, int minExecutionTimeInSeconds, int guaranteeXgoodDescriptions, int maxClassDescriptionTests, boolean forceRefinementLengthIncrease)
           
 

Uses of ROLComponent2Configurator in org.dllearner.refinementoperators
 

Constructors in org.dllearner.refinementoperators with parameters of type ROLComponent2Configurator
RhoDRDown(ReasonerComponent reasoningService, ClassHierarchy subHierarchy, ROLComponent2Configurator configurator, boolean applyAllFilter, boolean applyExistsFilter, boolean useAllConstructor, boolean useExistsConstructor, boolean useHasValueConstructor, int valueFrequencyThreshold, boolean useCardinalityRestrictions, boolean useNegation, boolean useBooleanDatatypes, boolean useDoubleDatatypes, NamedClass startClass)
           
 



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