|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Struct to store gathered statistics about a forest. More...
#include <statistics.h>

Public Types | |
| typedef FastMap< int, ValueWithDefault< int, 0 > > | Histogram |
Static Public Member Functions | |
| static void | Write (std::ostream &outStream, const Histogram &histogram) |
Public Attributes | |
| Histogram | problemSizeHistogram |
| Histogram | numberOfChildrenHistogram |
| Histogram | problemSizeOfSecondLargestChildHistogram |
Struct to store gathered statistics about a forest.
1.8.13