Uses of Class
org.dllearner.algorithms.refinement2.ExampleBasedNode

Packages that use ExampleBasedNode
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.gui Graphical user interface for DL-Learner. 
 

Uses of ExampleBasedNode in org.dllearner.algorithms.refinement2
 

Methods in org.dllearner.algorithms.refinement2 that return ExampleBasedNode
 ExampleBasedNode ExampleBasedNode.getParent()
           
 ExampleBasedNode ROLearner2.getStartNode()
           
 ExampleBasedNode ROLComponent2.getStartNode()
           
 

Methods in org.dllearner.algorithms.refinement2 that return types with arguments of type ExampleBasedNode
 SortedSet<ExampleBasedNode> ExampleBasedNode.getChildren()
           
 

Methods in org.dllearner.algorithms.refinement2 with parameters of type ExampleBasedNode
 boolean ExampleBasedNode.addChild(ExampleBasedNode child)
           
 int FlexibleHeuristic.compare(ExampleBasedNode n1, ExampleBasedNode n2)
           
 int LexicographicHeuristic.compare(ExampleBasedNode n1, ExampleBasedNode n2)
           
 int SubsumptionComparator.compare(ExampleBasedNode arg0, ExampleBasedNode arg1)
           
 int NodeComparatorStable.compare(ExampleBasedNode n1, ExampleBasedNode n2)
           
 int MultiHeuristic.compare(ExampleBasedNode node1, ExampleBasedNode node2)
           
 double MultiHeuristic.getNodeScore(ExampleBasedNode node)
           
static double MultiHeuristic.getNodeScore(ExampleBasedNode node, int nrOfPositiveExamples, int nrOfNegativeExamples, ROLComponent2Configurator configurator)
           
 

Uses of ExampleBasedNode in org.dllearner.gui
 

Constructors in org.dllearner.gui with parameters of type ExampleBasedNode
EBNodeTreeModel(ExampleBasedNode rootNode)
           
 



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