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

The fitted MAMAP and the moments it achieved. More...

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

Public Attributes

Mmap< T > mmap
std::vector< T > fF
 achieved per-class forward moments
std::vector< T > fB
 achieved per-class backward moments

Detailed Description

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

The fitted MAMAP and the moments it achieved.

Definition at line 87 of file mamap2m_fit.h.

Member Data Documentation

◆ fB

template<class T>
std::vector<T> line::mam::Mamap2mFitResult< T >::fB

achieved per-class backward moments

Definition at line 90 of file mamap2m_fit.h.

Referenced by line::mam::mamap2m_fit_fb_multiclass(), and line::mam::mamap2m_fit_gamma_fb().

◆ fF

template<class T>
std::vector<T> line::mam::Mamap2mFitResult< T >::fF

achieved per-class forward moments

Definition at line 89 of file mamap2m_fit.h.

Referenced by line::mam::mamap2m_fit_fb_multiclass(), and line::mam::mamap2m_fit_gamma_fb().

◆ mmap


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