|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility
edu.udo.cs.yale.operator.learner.igss.utility.InstanceAveraging
public abstract class InstanceAveraging
Abstract superclass for all instance-averaging functions.
Field Summary |
---|
Fields inherited from class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility |
---|
large, priors |
Fields inherited from interface edu.udo.cs.yale.operator.learner.igss.utility.Utility |
---|
FIRST_TYPE_INDEX, LAST_TYPE_INDEX, TYPE_ACCURACY, TYPE_BINOMIAL, TYPE_LINEAR, TYPE_SQUARED, TYPE_WRACC, UTILITY_TYPES |
Constructor Summary | |
---|---|
InstanceAveraging(double[] priors,
int large)
Constructor |
Method Summary | |
---|---|
double |
conf(double totalWeight,
double delta)
Calculate confidence intervall without a specific rule for instance averaging functions. |
double |
conf(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo,
double delta)
Calculate confidence intervall for a specific rule for instance averaging functions. |
double |
confidenceIntervall(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo,
double delta)
Calculates the the confidence intervall for a specific hypothesis. |
double |
confSmallM(double totalWeight,
double delta)
Calculate confidence intervall without a specific rule for instance averaging functions and small m. |
abstract double |
variance(double totalWeight,
double totalPositiveWeight,
Hypothesis hypo)
Calculates the empirical variance. |
Methods inherited from class edu.udo.cs.yale.operator.learner.igss.utility.AbstractUtility |
---|
calculateM, confidenceIntervall, inverseNormal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.udo.cs.yale.operator.learner.igss.utility.Utility |
---|
getUpperBound, utility |
Constructor Detail |
---|
public InstanceAveraging(double[] priors, int large)
Method Detail |
---|
public double confidenceIntervall(double totalWeight, double totalPositiveWeight, Hypothesis hypo, double delta)
confidenceIntervall
in interface Utility
confidenceIntervall
in class AbstractUtility
public double conf(double totalWeight, double delta)
conf
in class AbstractUtility
public double conf(double totalWeight, double totalPositiveWeight, Hypothesis hypo, double delta)
conf
in class AbstractUtility
public abstract double variance(double totalWeight, double totalPositiveWeight, Hypothesis hypo)
public double confSmallM(double totalWeight, double delta)
confSmallM
in class AbstractUtility
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |