|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.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.
| 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. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| 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.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||