|
||||||||||
| 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.ObservationInteger
public class ObservationInteger
This class holds an integer observation.
| Field Summary | |
|---|---|
int |
value
The observation's value. |
| Constructor Summary | |
|---|---|
ObservationInteger(int value)
An observation that can be described by an integer. |
|
| Method Summary | |
|---|---|
Centroid<ObservationInteger> |
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 int value
| Constructor Detail |
|---|
public ObservationInteger(int value)
value - The value of this observation.| Method Detail |
|---|
public Centroid<ObservationInteger> factor()
factor in interface CentroidFactory<ObservationInteger>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 | |||||||||