LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
sampled_metric.h File Reference

Observed metric data supplied to parameter estimators. More...

#include <cstddef>
#include <optional>
#include <vector>
#include "line/lang/lang_types.h"
Include dependency graph for sampled_metric.h:

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 }

Detailed Description

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.