|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Utility
Interface for all utility functions.
Field Summary | |
---|---|
static int |
FIRST_TYPE_INDEX
|
static int |
LAST_TYPE_INDEX
|
static int |
TYPE_ACCURACY
|
static int |
TYPE_BINOMIAL
|
static int |
TYPE_LINEAR
|
static int |
TYPE_SQUARED
|
static int |
TYPE_WRACC
|
static java.lang.String[] |
UTILITY_TYPES
|
Method Summary | |
---|---|
double |
calculateM(double delta,
double epsilon)
Calculates the M-value needed for the GSS algorithm. |
double |
confidenceIntervall(double totalWeight,
double delta)
Calculates the the unspecific confidence intervall. |
double |
confidenceIntervall(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo,
double delta)
Calculates the the confidence intervall for a specific hypothesis. |
double |
getUpperBound(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo,
double delta)
Returns an upper bound for the utility of refinements for the given hypothesis. |
double |
utility(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo)
Calculates the utility for the given number of examples,positive examples and hypothesis |
Field Detail |
---|
static final java.lang.String[] UTILITY_TYPES
static final int FIRST_TYPE_INDEX
static final int TYPE_ACCURACY
static final int TYPE_LINEAR
static final int TYPE_SQUARED
static final int TYPE_BINOMIAL
static final int TYPE_WRACC
static final int LAST_TYPE_INDEX
Method Detail |
---|
double utility(double totalWeight, double totalPositiveWeight, Hypothesis hypo)
double calculateM(double delta, double epsilon)
double confidenceIntervall(double totalWeight, double delta)
double confidenceIntervall(double totalWeight, double totalPositiveWeight, Hypothesis hypo, double delta)
double getUpperBound(double totalWeight, double totalPositiveWeight, Hypothesis hypo, double delta)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |