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

The fitted MAPH and the backward moments it actually achieved. More...

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

Public Attributes

Mmap< T > maph
std::vector< T > fB
 achieved per-class backward moments

Detailed Description

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

The fitted MAPH and the backward moments it actually achieved.

Definition at line 75 of file maph2m_fit.h.

Member Data Documentation

◆ fB

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

achieved per-class backward moments

Definition at line 77 of file maph2m_fit.h.

Referenced by line::mam::maph2m_fit(), and line::mam::maph2m_fit_multiclass().

◆ maph


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