org.dllearner.algorithms.refinement
Class Node

java.lang.Object
  extended by org.dllearner.algorithms.refinement.Node

public class Node
extends Object


Nested Class Summary
static class Node.QualityEvaluationMethod
           
 
Constructor Summary
Node(Description concept)
           
 
Method Summary
 boolean addChild(Node child)
           
 Set<Description> getChildConcepts()
           
 Set<Node> getChildren()
           
 Description getConcept()
           
 int getCoveredNegativeExamples()
           
 int getHorizontalExpansion()
           
 Node.QualityEvaluationMethod getQualityEvaluationMethod()
           
 String getRefinementChainString()
           
 String getTreeString()
           
 boolean isQualityEvaluated()
           
 boolean isRedundant()
           
 boolean isTooWeak()
           
 void setCoveredNegativeExamples(int coveredNegativeExamples)
           
 void setHorizontalExpansion(int horizontalExpansion)
           
 void setQualityEvaluationMethod(Node.QualityEvaluationMethod qualityEvaluationMethod)
           
 void setRedundant(boolean isRedundant)
           
 void setTooWeak(boolean isTooWeak)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

public Node(Description concept)
Method Detail

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)


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann