LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::mam::M3pp22FitcCovResult< T > Struct Template Reference

Result of the covariance-matching M3PP(2, 2) fits. More...

#include <line/api/mam/m3pp22_fitc_cov.h>

Collaboration diagram for line::mam::M3pp22FitcCovResult< T >:

Public Attributes

Mmap< T > mmap
 the fitted M3PP(2, 2)
sigma
 the covariance actually realised, after clamping
int root
 1 or 2, which root of the quadratic was taken; 0 when degenerate
bool clamped
 the requested covariance lay outside the feasible interval
bool degenerate
 the underlying process was Poisson, or there is a single class

Detailed Description

template<class T>
struct line::mam::M3pp22FitcCovResult< T >

Result of the covariance-matching M3PP(2, 2) fits.

Definition at line 60 of file m3pp22_fitc_cov.h.

Member Data Documentation

◆ clamped

template<class T>
bool line::mam::M3pp22FitcCovResult< T >::clamped

the requested covariance lay outside the feasible interval

Definition at line 64 of file m3pp22_fitc_cov.h.

Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass().

◆ degenerate

template<class T>
bool line::mam::M3pp22FitcCovResult< T >::degenerate

the underlying process was Poisson, or there is a single class

Definition at line 65 of file m3pp22_fitc_cov.h.

Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass().

◆ mmap

template<class T>
Mmap<T> line::mam::M3pp22FitcCovResult< T >::mmap

the fitted M3PP(2, 2)

Definition at line 61 of file m3pp22_fitc_cov.h.

Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass(), and line::mam::m3pp22_interleave_fitc().

◆ root

template<class T>
int line::mam::M3pp22FitcCovResult< T >::root

1 or 2, which root of the quadratic was taken; 0 when degenerate

Definition at line 63 of file m3pp22_fitc_cov.h.

Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass().

◆ sigma

template<class T>
T line::mam::M3pp22FitcCovResult< T >::sigma

the covariance actually realised, after clamping

Definition at line 62 of file m3pp22_fitc_cov.h.

Referenced by line::mam::m3pp22_fitc_approx_cov_multiclass(), and line::mam::m3pp22_interleave_fitc().


The documentation for this struct was generated from the following file: