|
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
org.moeaframework.util.statistics.RankedObservation
public class RankedObservation
An observation with a rank. Rank-based statistics use this type of observation to manage ranks.
| Constructor Summary | |
|---|---|
RankedObservation(double value,
int group)
Constructs a ranked observation with the specified value and group. |
|
| Method Summary | |
|---|---|
double |
getRank()
Returns the rank of this observation. |
void |
setRank(double rank)
Sets the rank of this observation. |
| Methods inherited from class org.moeaframework.util.statistics.Observation |
|---|
getGroup, getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RankedObservation(double value,
int group)
value - the value of this observationgroup - the group from which this observation belongs| Method Detail |
|---|
public double getRank()
public void setRank(double rank)
rank - the new rank for this observation
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||