|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.util.statistics.Observation
public class Observation
Stores an observed value and the group from which the observation belongs.
| Constructor Summary | |
|---|---|
Observation(double value,
int group)
Constructs an observation with the specified value and group. |
|
| Method Summary | |
|---|---|
int |
getGroup()
Returns the group from which this observation belongs. |
double |
getValue()
Returns the value of this observation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Observation(double value,
int group)
value - the value of this observationgroup - the group from which this observation belongs| Method Detail |
|---|
public double getValue()
public int getGroup()
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||