org.dllearner.algorithms.refinement
Class Node
java.lang.Object
org.dllearner.algorithms.refinement.Node
public class Node
- extends Object
Node
public Node(Description concept)
setCoveredNegativeExamples
public void setCoveredNegativeExamples(int coveredNegativeExamples)
setHorizontalExpansion
public void setHorizontalExpansion(int horizontalExpansion)
setRedundant
public void setRedundant(boolean isRedundant)
setTooWeak
public void setTooWeak(boolean isTooWeak)
addChild
public boolean addChild(Node child)
getConcept
public Description getConcept()
getCoveredNegativeExamples
public int getCoveredNegativeExamples()
getHorizontalExpansion
public int getHorizontalExpansion()
isQualityEvaluated
public boolean isQualityEvaluated()
isRedundant
public boolean isRedundant()
isTooWeak
public boolean isTooWeak()
toString
public String toString()
- Overrides:
toString in class Object
getRefinementChainString
public String getRefinementChainString()
getTreeString
public String getTreeString()
getChildren
public Set<Node> getChildren()
getChildConcepts
public Set<Description> getChildConcepts()
getQualityEvaluationMethod
public Node.QualityEvaluationMethod getQualityEvaluationMethod()
setQualityEvaluationMethod
public void setQualityEvaluationMethod(Node.QualityEvaluationMethod qualityEvaluationMethod)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann