| Modifier and Type | Field and Description |
|---|---|
static double |
CONFIDENCE |
static double |
EPSILON |
| Constructor and Description |
|---|
CompletenessEstimator() |
CompletenessEstimator(double e,
double c) |
| Modifier and Type | Method and Description |
|---|---|
void |
estimate(StatRes res) |
java.lang.String |
getName() |
void |
setConfidence(double cf)
Set the value of confidence level.
|
void |
setEpsilon(double ep)
Set the value of epsilon.
|
java.lang.String |
toString() |
public static final double CONFIDENCE
public static final double EPSILON
public CompletenessEstimator()
public CompletenessEstimator(double e,
double c)
public void setEpsilon(double ep)
ep - the value of epsilon.public void setConfidence(double cf)
cf - the value of confidence level.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()