public class DescriptionSubsumptionTree extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptionSubsumptionTree.Node
Datastructure for the tree
|
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug
turns on logging
|
| Constructor and Description |
|---|
DescriptionSubsumptionTree(AbstractReasonerComponent rc) |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluatedDescription<? extends Score>> |
getMostGeneralDescriptions(boolean distinct) |
DescriptionSubsumptionTree.Node |
getRootNode() |
void |
insert(Collection<? extends EvaluatedDescription<? extends Score>> evaluatedDescriptions) |
void |
insertEdPosNeg(Collection<EvaluatedDescriptionPosNeg> evaluatedDescriptions,
int limit,
double accuracyThreshold)
Not very well implemented, feel free to write your own
|
String |
toString() |
public static boolean debug
public DescriptionSubsumptionTree(AbstractReasonerComponent rc)
rc - An initialized reasoner componentpublic DescriptionSubsumptionTree.Node getRootNode()
public List<EvaluatedDescription<? extends Score>> getMostGeneralDescriptions(boolean distinct)
public void insert(Collection<? extends EvaluatedDescription<? extends Score>> evaluatedDescriptions)
public void insertEdPosNeg(Collection<EvaluatedDescriptionPosNeg> evaluatedDescriptions, int limit, double accuracyThreshold)
evaluatedDescriptions - limit - accuracyThreshold -
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann