Class RefinementNode
- java.lang.Object
-
- org.aksw.limes.core.ml.algorithm.wombat.RefinementNode
-
- All Implemented Interfaces:
Comparable<RefinementNode>
- Direct Known Subclasses:
ExtendedRefinementNode
public class RefinementNode extends Object implements Comparable<RefinementNode>
-
-
Field Summary
Fields Modifier and Type Field Description protected AMappingmapprotected StringmetricExpression
-
Constructor Summary
Constructors Constructor Description RefinementNode(double fMeasure, AMapping map, String metricExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(RefinementNode o)doublegetFMeasure()AMappinggetMapping()StringgetMetricExpression()voidsetfMeasure(double fMeasure)voidsetMap(AMapping map)voidsetMetricExpression(String metricExpression)StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(RefinementNode o)
- Specified by:
compareToin interfaceComparable<RefinementNode>
-
getFMeasure
public double getFMeasure()
-
getMapping
public AMapping getMapping()
-
getMetricExpression
public String getMetricExpression()
-
setMetricExpression
public void setMetricExpression(String metricExpression)
-
setfMeasure
public void setfMeasure(double fMeasure)
-
setMap
public void setMap(AMapping map)
-
-