A struct that represents the skater partition values for each edge. More...
#include <SkaterPartition.h>
Public Member Functions | |
| EdgeRemovalInfo () | |
| Default constructor.  More... | |
| ~EdgeRemovalInfo () | |
| Destructor.  More... | |
Public Attributes | |
| std::size_t | m_edgeId | 
| Edge identification.  More... | |
| double | m_l | 
| Difference between m_SSDT and m_SSDi;.  More... | |
| std::size_t | m_popa | 
| Sum of population for Tree A.  More... | |
| std::size_t | m_popb | 
| Sum of population for Tree B.  More... | |
| double | m_SSDi | 
| Sum of m_SSDa and m_SSDb.  More... | |
| double | m_SSDT | 
| Sum of Square Difference for Tree.  More... | |
| double | m_SSDTa | 
| Sum of Square Difference for Tree A.  More... | |
| double | m_SSDTb | 
| Sum of Square Difference for Tree B.  More... | |
A struct that represents the skater partition values for each edge.
Definition at line 55 of file SkaterPartition.h.
      
  | 
  inline | 
Default constructor.
Definition at line 58 of file SkaterPartition.h.
      
  | 
  inline | 
Destructor.
Definition at line 70 of file SkaterPartition.h.
| std::size_t te::sa::EdgeRemovalInfo::m_edgeId | 
Edge identification.
Definition at line 70 of file SkaterPartition.h.
| double te::sa::EdgeRemovalInfo::m_l | 
Difference between m_SSDT and m_SSDi;.
Definition at line 78 of file SkaterPartition.h.
| std::size_t te::sa::EdgeRemovalInfo::m_popa | 
Sum of population for Tree A.
Definition at line 79 of file SkaterPartition.h.
| std::size_t te::sa::EdgeRemovalInfo::m_popb | 
Sum of population for Tree B.
Definition at line 80 of file SkaterPartition.h.
| double te::sa::EdgeRemovalInfo::m_SSDi | 
Sum of m_SSDa and m_SSDb.
Definition at line 77 of file SkaterPartition.h.
| double te::sa::EdgeRemovalInfo::m_SSDT | 
Sum of Square Difference for Tree.
Definition at line 74 of file SkaterPartition.h.
| double te::sa::EdgeRemovalInfo::m_SSDTa | 
Sum of Square Difference for Tree A.
Definition at line 75 of file SkaterPartition.h.
| double te::sa::EdgeRemovalInfo::m_SSDTb | 
Sum of Square Difference for Tree B.
Definition at line 76 of file SkaterPartition.h.