public class RefinementNode extends Object implements Comparable<RefinementNode>
| Modifier and Type | Field and Description |
|---|---|
protected double |
fMeasure |
protected AMapping |
map |
protected double |
maxFMeasure |
protected String |
metricExpression |
protected double |
precision |
protected double |
recall |
protected static double |
rMax |
protected static boolean |
saveMapping |
| Constructor and Description |
|---|
RefinementNode()
Constructor
|
RefinementNode(AMapping map,
String metricExpression,
AMapping refMap)
Constructor
|
RefinementNode(AMapping map,
String metricExpression,
double fMeasure)
Note: basically used for unsupervised version of WOMBAT
|
RefinementNode(double fMeasure,
AMapping map,
String metricExpression)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RefinementNode o) |
double |
getFMeasure() |
AMapping |
getMapping() |
double |
getMaxFMeasure() |
String |
getMetricExpression() |
double |
getPrecision() |
double |
getRecall() |
static double |
getrMax() |
static boolean |
isSaveMapping() |
void |
setfMeasure(double fMeasure) |
void |
setMap(AMapping map) |
void |
setMaxFMeasure(double maxFMeasure) |
void |
setMetricExpression(String metricExpression) |
void |
setPrecision(double precision) |
void |
setRecall(double recall) |
static void |
setrMax(double rMax) |
static void |
setSaveMapping(boolean saveMapping) |
String |
toString() |
protected static double rMax
protected static boolean saveMapping
protected double precision
protected double recall
protected double fMeasure
protected double maxFMeasure
protected AMapping map
protected String metricExpression
public RefinementNode()
public RefinementNode(double fMeasure,
AMapping map,
String metricExpression)
fMeasure - map - metricExpression - public RefinementNode(AMapping map, String metricExpression, double fMeasure)
map - metricExpression - fMeasure - public static double getrMax()
public static void setrMax(double rMax)
public static boolean isSaveMapping()
public static void setSaveMapping(boolean saveMapping)
public int compareTo(RefinementNode o)
compareTo in interface Comparable<RefinementNode>public double getFMeasure()
public AMapping getMapping()
public double getMaxFMeasure()
public void setMaxFMeasure(double maxFMeasure)
public String getMetricExpression()
public void setMetricExpression(String metricExpression)
public double getPrecision()
public void setPrecision(double precision)
public double getRecall()
public void setRecall(double recall)
public void setfMeasure(double fMeasure)
public void setMap(AMapping map)
Copyright © 2018. All rights reserved.