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

What the delayed-hit analyzer returns beyond the metric table. More...

#include <line/solvers/nc/solver_nc_retrieval.h>

Public Attributes

NcSolution< T > sol
std::vector< T > hitprob
 (K) TRUE hit fraction, NaN off the read class
std::vector< T > missprob
 (K)
std::vector< T > delayedprob
 (K) delayed-hit fraction
std::vector< T > latency
 (K) NaN: the latency belongs to SolverMVA
Matrix< T > hitproblist
 (K x h) per-list hit fraction
Matrix< T > itemprob
 (n x h+1) column 0 = miss, 1.. = per list

Detailed Description

template<class T>
struct line::nc::NcRetrievalSolution< T >

What the delayed-hit analyzer returns beyond the metric table.

Definition at line 63 of file solver_nc_retrieval.h.

Member Data Documentation

◆ delayedprob

template<class T>
std::vector<T> line::nc::NcRetrievalSolution< T >::delayedprob

(K) delayed-hit fraction

Definition at line 67 of file solver_nc_retrieval.h.

Referenced by line::nc::solver_nc_retrieval_analyzer(), and line::nc::solver_nc_solve().

◆ hitprob

template<class T>
std::vector<T> line::nc::NcRetrievalSolution< T >::hitprob

(K) TRUE hit fraction, NaN off the read class

Definition at line 65 of file solver_nc_retrieval.h.

Referenced by line::nc::solver_nc_retrieval_analyzer(), and line::nc::solver_nc_solve().

◆ hitproblist

template<class T>
Matrix<T> line::nc::NcRetrievalSolution< T >::hitproblist

(K x h) per-list hit fraction

Definition at line 69 of file solver_nc_retrieval.h.

Referenced by line::nc::solver_nc_retrieval_analyzer(), and line::nc::solver_nc_solve().

◆ itemprob

template<class T>
Matrix<T> line::nc::NcRetrievalSolution< T >::itemprob

(n x h+1) column 0 = miss, 1.. = per list

Definition at line 70 of file solver_nc_retrieval.h.

Referenced by line::nc::solver_nc_retrieval_analyzer(), and line::nc::solver_nc_solve().

◆ latency

template<class T>
std::vector<T> line::nc::NcRetrievalSolution< T >::latency

(K) NaN: the latency belongs to SolverMVA

Definition at line 68 of file solver_nc_retrieval.h.

Referenced by line::nc::solver_nc_retrieval_analyzer(), and line::nc::solver_nc_solve().

◆ missprob

template<class T>
std::vector<T> line::nc::NcRetrievalSolution< T >::missprob

◆ sol

template<class T>
NcSolution<T> line::nc::NcRetrievalSolution< T >::sol

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