Class Summary |
CollectorStage |
CollectorStage watches for events of certain type.
|
Distance.InfiniteDistance |
Special distance value representing infinity. |
MessageBundle |
|
RecordEventReq |
Request that the local SDMBuilder model record an event. |
RecordEventReq.EventId |
Simple class to identify event types. |
SDMBuilder |
Stage that accepts RecordEventReq s and builds a local model
based on them. |
SDMBuilderTest |
Test for SDMBuilder .
|
SemanticDistanceModel |
Instrospective model that implements a semantic distance table (distance
between events based on continuous time).
|
SemanticDistanceModel.BoundedPrioQueue |
Implementation of a priority queue of
tuples (sorted by priority) which throws away stuff at the end when
it gets larger than bound .
|
SemanticDistanceModel.BoundedPrioQueue.TupleComparator |
|
SemanticDistanceModel.Delta |
Implements Model.Delta for this model type. |
SemanticDistanceModel.Prediction |
Implements Model.Prediction for this model type. |
SemanticDistanceModel.Segment |
A Segment object contains the internal model state
associated with a single state. |
SemanticDistanceModel.Table |
The actual semantic distance table. |
SemanticDistanceModel.TestType |
|
SemanticDistanceModel.Tuple |
A <QuickSerializable obs,Distance d, int num> tuple. |
SimpleRealTime |
Implements time with real time. |
SimpleRealTime.Distance |
Metric distance between two SimpleRealTime s. |
Time.NeverTime |
Time that is before all other time. |
WeightedAvgFilter |
Simple filter that calculates the new semantic distance based
on the weighted geometric average:
(w*old + (1-w)*new^2)/2 , where w is
the ratio t.num/(t.num + t2.num).
|