|
|||||||||
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.Result
public class Result
Object of this class represent results found by the IGSS algorithm. Stored are the found hypothesis, the utility of the hypothesis, the used weight and the size of the confidence intervall.
Field Summary | |
---|---|
private double |
confidence
The size of the confidence intervall of this result's hypothesis |
private Hypothesis |
hypo
The hypothesis stored in this result. |
private double |
totalPositiveWeight
total positive weight needed before this result was found |
private double |
totalWeight
total weight needed before this result was found |
private double |
utility
The utility of this result's hypothesis |
Constructor Summary | |
---|---|
Result(Hypothesis h,
double totalExampleWeight,
double totalPositiveWeight,
double u,
double c)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if the same hypothesis is stored by both results. |
double |
getConfidence()
Returns the stored size of the confidence intervall. |
Hypothesis |
getHypothesis()
Returns the stored hypothesis. |
double |
getTotalPositiveWeight()
Returns the stored positive weight. |
double |
getTotalWeight()
Returns the stored total weight. |
double |
getUtility()
Returns the stored utility. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Hypothesis hypo
private double totalWeight
private double totalPositiveWeight
private double utility
private double confidence
Constructor Detail |
---|
public Result(Hypothesis h, double totalExampleWeight, double totalPositiveWeight, double u, double c)
Method Detail |
---|
public Hypothesis getHypothesis()
public double getUtility()
public double getConfidence()
public double getTotalPositiveWeight()
public double getTotalWeight()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |