![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Observed metric data supplied to parameter estimators. More...
Go to the source code of this file.
Classes | |
| struct | line::infer::ConditionEvent |
| class | line::infer::SampledMetric |
Namespaces | |
| namespace | line |
| namespace | line::infer |
Enumerations | |
| enum class | line::infer::SampledFormat { line::infer::TIMESERIES , line::infer::TRACE } |
Observed metric data supplied to parameter estimators.
Port of MATLAB SampledMetric, with the JAR's explicit format and condition types. Nodes and classes use the C++ model builder's 1-based indices; class zero is the aggregate sentinel corresponding to an empty MATLAB class.
Definition in file sampled_metric.h.