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

The cache half of the reference's return list: the (ncaches x nclasses) hit and miss split, plus the per-item occupancy the reference writes straight onto each Cache node with setResultItemProb. More...

#include <line/solvers/mva/solver_mva_cacheqn.h>

Collaboration diagram for line::mva::MvaCacheqnCacheOutputs< T >:

Public Attributes

Matrix< T > hitprob
 (ncaches x nclasses)
Matrix< T > missprob
 (ncaches x nclasses)
std::vector< Matrix< T > > itemprob
 per cache, (n x h+1); EMPTY = not computed

Detailed Description

template<class T>
struct line::mva::MvaCacheqnCacheOutputs< T >

The cache half of the reference's return list: the (ncaches x nclasses) hit and miss split, plus the per-item occupancy the reference writes straight onto each Cache node with setResultItemProb.

Definition at line 43 of file solver_mva_cacheqn.h.

Member Data Documentation

◆ hitprob

template<class T>
Matrix<T> line::mva::MvaCacheqnCacheOutputs< T >::hitprob

(ncaches x nclasses)

Definition at line 44 of file solver_mva_cacheqn.h.

Referenced by line::mva::mva_dispatch().

◆ itemprob

template<class T>
std::vector<Matrix<T> > line::mva::MvaCacheqnCacheOutputs< T >::itemprob

per cache, (n x h+1); EMPTY = not computed

Definition at line 46 of file solver_mva_cacheqn.h.

Referenced by line::mva::mva_dispatch().

◆ missprob

template<class T>
Matrix<T> line::mva::MvaCacheqnCacheOutputs< T >::missprob

(ncaches x nclasses)

Definition at line 45 of file solver_mva_cacheqn.h.

Referenced by line::mva::mva_dispatch().


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