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

Mirrors the Java calculateBranchDiversity map. More...

#include <line/api/wf/wf_branch_detector.h>

Collaboration diagram for line::wf::BranchDiversity< T >:

Public Attributes

entropy = num_traits<T>::from_int(0)
normalizedEntropy = num_traits<T>::from_int(0)
gini = num_traits<T>::from_int(0)
balance = num_traits<T>::from_int(0)

Detailed Description

template<class T>
struct line::wf::BranchDiversity< T >

Mirrors the Java calculateBranchDiversity map.

Definition at line 67 of file wf_branch_detector.h.

Member Data Documentation

◆ balance

template<class T>
T line::wf::BranchDiversity< T >::balance = num_traits<T>::from_int(0)

◆ entropy

template<class T>
T line::wf::BranchDiversity< T >::entropy = num_traits<T>::from_int(0)

◆ gini

template<class T>
T line::wf::BranchDiversity< T >::gini = num_traits<T>::from_int(0)

Definition at line 70 of file wf_branch_detector.h.

Referenced by line::wf::calculate_branch_diversity().

◆ normalizedEntropy

template<class T>
T line::wf::BranchDiversity< T >::normalizedEntropy = num_traits<T>::from_int(0)

Definition at line 69 of file wf_branch_detector.h.

Referenced by line::wf::calculate_branch_diversity().


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