Uses of Class
org.aksw.limes.core.ml.algorithm.wombat.RefinementNode
-
Packages that use RefinementNode Package Description org.aksw.limes.core.ml.algorithm org.aksw.limes.core.ml.algorithm.wombat -
-
Uses of RefinementNode in org.aksw.limes.core.ml.algorithm
Methods in org.aksw.limes.core.ml.algorithm that return RefinementNode Modifier and Type Method Description RefinementNodeWombatSimple. findBestSolution()Methods in org.aksw.limes.core.ml.algorithm that return types with arguments of type RefinementNode Modifier and Type Method Description protected List<RefinementNode>WombatSimple. getBestKNodes(Tree<RefinementNode> r, int k)protected TreeSet<RefinementNode>WombatSimple. getSortedNodes(Tree<RefinementNode> r, double penaltyWeight, TreeSet<RefinementNode> result)Method parameters in org.aksw.limes.core.ml.algorithm with type arguments of type RefinementNode Modifier and Type Method Description protected List<RefinementNode>WombatSimple. getBestKNodes(Tree<RefinementNode> r, int k)protected TreeSet<RefinementNode>WombatSimple. getSortedNodes(Tree<RefinementNode> r, double penaltyWeight, TreeSet<RefinementNode> result)protected TreeSet<RefinementNode>WombatSimple. getSortedNodes(Tree<RefinementNode> r, double penaltyWeight, TreeSet<RefinementNode> result)protected voidWombatSimple. updateScores(Tree<RefinementNode> r)update F-Measure of the refinement tree r based on either training data or PFM -
Uses of RefinementNode in org.aksw.limes.core.ml.algorithm.wombat
Subclasses of RefinementNode in org.aksw.limes.core.ml.algorithm.wombat Modifier and Type Class Description classExtendedRefinementNodeMethods in org.aksw.limes.core.ml.algorithm.wombat with type parameters of type RefinementNode Modifier and Type Method Description protected <T extends RefinementNode>
Tree<T>AWombat. getBestNode(Tree<T> root)Get the most promising node as the node with the best F-scoreprotected <T extends RefinementNode>
Tree<T>AWombat. getMostPromisingNode(Tree<T> root)Get the most promising node as the node with the best F-scoreMethods in org.aksw.limes.core.ml.algorithm.wombat that return RefinementNode Modifier and Type Method Description protected RefinementNodeAWombat. createNode(AMapping mapping, String metricExpr)Create new RefinementNode using either real or pseudo-F-MeasureMethods in org.aksw.limes.core.ml.algorithm.wombat with parameters of type RefinementNode Modifier and Type Method Description intRefinementNode. compareTo(RefinementNode o)Method parameters in org.aksw.limes.core.ml.algorithm.wombat with type arguments of type RefinementNode Modifier and Type Method Description protected AMappingAWombat. getMappingOfMetricExpression(String metricExpression, Tree<? extends RefinementNode> root)Looks first for the input metricExpression in the already constructed tree, if found the corresponding mapping is returned.
-