| Package | Description |
|---|---|
| org.aksw.limes.core.ml.algorithm | |
| org.aksw.limes.core.ml.algorithm.wombat |
| Modifier and Type | Method and Description |
|---|---|
RefinementNode |
WombatSimple.findBestSolution() |
| Modifier and Type | Method and Description |
|---|---|
protected List<RefinementNode> |
WombatSimple.getBestKNodes(Tree<RefinementNode> r,
int k) |
protected TreeSet<RefinementNode> |
WombatSimple.getSortedNodes(Tree<RefinementNode> r,
double penaltyWeight,
TreeSet<RefinementNode> result) |
| Modifier and Type | Method and 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 void |
WombatSimple.updateScores(Tree<RefinementNode> r)
update F-Measure of the refinement tree r
based on either training data or PFM
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedRefinementNode |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends RefinementNode> |
AWombat.getBestNode(Tree<T> root)
Get the most promising node as the node with the best F-score
|
protected <T extends RefinementNode> |
AWombat.getMostPromisingNode(Tree<T> root)
Get the most promising node as the node with the best F-score
|
| Modifier and Type | Method and Description |
|---|---|
protected RefinementNode |
AWombat.createNode(AMapping mapping,
String metricExpr)
Create new RefinementNode using either real or pseudo-F-Measure
|
| Modifier and Type | Method and Description |
|---|---|
int |
RefinementNode.compareTo(RefinementNode o) |
| Modifier and Type | Method and Description |
|---|---|
protected AMapping |
AWombat.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.
|
Copyright © 2020. All rights reserved.