|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for introspective models which take into account the
continuous time sequence in which events arrive. Certain methods in
Model
are replaced or augmented by others to allow
event recording to be parameterized by time.
Nested Class Summary |
---|
Nested classes inherited from class ostore.oil.Model |
---|
Model.Delta, Model.Prediction |
Method Summary | |
---|---|
void |
record(QuickSerializable observation)
This method assumes the observation occurred at time now. |
void |
record(QuickSerializable[] observations)
This method assumes the observations occurred at time now. |
void |
record(QuickSerializable[] observations,
Time time)
Record the observations and mark that they occurred at a particular time. |
void |
record(QuickSerializable observation,
Time time)
Record the observation and mark that it occurred at a particular time. |
Methods inherited from interface ostore.oil.Model |
---|
add_delta, clear, clear, loglikelihood, outliers, predict, recalculate |
Methods inherited from interface ostore.util.QuickSerializable |
---|
serialize |
Method Detail |
public void record(QuickSerializable observation)
record
in interface Model
observation
- Any event, value, etc. that this
Model
understands.public void record(QuickSerializable observation, Time time)
observation
- the observationtime
- the time it occurredpublic void record(QuickSerializable[] observations)
record
in interface Model
observations
- An array of events, values, etc., not
necessarily all the same type, that this
Model
understands.public void record(QuickSerializable[] observations, Time time)
observations
- the observationstime
- the time they occurred
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |