public class SearchTreeNode extends Object
| Constructor and Description |
|---|
SearchTreeNode(ELDescriptionTree descriptionTree) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(SearchTreeNode node) |
double |
getAccuracy() |
List<SearchTreeNode> |
getChildren() |
int |
getCoveredNegatives() |
int |
getCoveredPositives() |
ELDescriptionTree |
getDescriptionTree() |
Score |
getScore() |
String |
getTreeString(org.semanticweb.owlapi.io.OWLObjectRenderer renderer) |
boolean |
isTooWeak() |
void |
setAccuracy(double accuracy) |
void |
setCoveredNegatives(int coveredNegatives) |
void |
setCoveredPositives(int coveredPositives) |
void |
setScore(Score score) |
void |
setTooWeak()
set if the node is too weak
|
String |
toString() |
String |
toString(org.semanticweb.owlapi.io.OWLObjectRenderer renderer) |
public SearchTreeNode(ELDescriptionTree descriptionTree)
public boolean isTooWeak()
public void setTooWeak()
public void setCoveredPositives(int coveredPositives)
coveredPositives - the coveredPositives to setpublic int getCoveredPositives()
public void setCoveredNegatives(int coveredNegatives)
coveredNegatives - the coveredNegatives to setpublic int getCoveredNegatives()
public void addChild(SearchTreeNode node)
public ELDescriptionTree getDescriptionTree()
public List<SearchTreeNode> getChildren()
public String getTreeString(org.semanticweb.owlapi.io.OWLObjectRenderer renderer)
public double getAccuracy()
public void setAccuracy(double accuracy)
accuracy - the accuracy to set
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann