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 | numberOfChildrenHistogram |
Histogram | problemSizeHistogram |
Histogram | problemSizeOfSecondLargestChildHistogram |
Struct to store gathered statistics about a forest.
Definition at line 31 of file statistics.h.
Definition at line 33 of file statistics.h.
|
inlinestatic |
Definition at line 38 of file statistics.h.
Histogram gtsam::treeTraversal::ForestStatistics::numberOfChildrenHistogram |
Definition at line 35 of file statistics.h.
Histogram gtsam::treeTraversal::ForestStatistics::problemSizeHistogram |
Definition at line 34 of file statistics.h.
Histogram gtsam::treeTraversal::ForestStatistics::problemSizeOfSecondLargestChildHistogram |
Definition at line 36 of file statistics.h.