|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.jahmm.Observation
be.ac.ulg.montefiore.run.jahmm.ObservationReal
public class ObservationReal
This class implements observations made of a real value.
| Field Summary | |
|---|---|
double |
value
The observation's value. |
| Constructor Summary | |
|---|---|
ObservationReal(double value)
An observation that can be described by a real. |
|
| Method Summary | |
|---|---|
Centroid<ObservationReal> |
factor()
Returns the centroid matching this observation. |
java.lang.String |
toString(java.text.NumberFormat numberFormat)
Formats this observation using a number formatter. |
| Methods inherited from class be.ac.ulg.montefiore.run.jahmm.Observation |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final double value
| Constructor Detail |
|---|
public ObservationReal(double value)
value - The value of this observation.| Method Detail |
|---|
public Centroid<ObservationReal> factor()
factor in interface CentroidFactory<ObservationReal>public java.lang.String toString(java.text.NumberFormat numberFormat)
Observation
toString in class ObservationnumberFormat - A number formatter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||