Public Member Functions | |
| Analysis () | |
| void | dump () |
Public Attributes | |
| unsigned long | child_count_distr [9] |
| std::vector< unsigned long > | count_distr |
| std::vector< unsigned long > | leaf_depth_distr |
| unsigned int | max_depth |
| unsigned long | num_leaves |
| unsigned long | num_nodes |
| unsigned long | tendril_length |
| std::vector< unsigned long > | tendril_length_distr |
Definition at line 14 of file analyze.cpp.
| Analysis::Analysis | ( | ) | [inline] |
Definition at line 16 of file analyze.cpp.
| void Analysis::dump | ( | ) | [inline] |
Definition at line 35 of file analyze.cpp.
| unsigned long Analysis::child_count_distr[9] |
Definition at line 27 of file analyze.cpp.
| std::vector<unsigned long> Analysis::count_distr |
Definition at line 29 of file analyze.cpp.
| std::vector<unsigned long> Analysis::leaf_depth_distr |
Definition at line 28 of file analyze.cpp.
| unsigned int Analysis::max_depth |
Definition at line 26 of file analyze.cpp.
| unsigned long Analysis::num_leaves |
Definition at line 25 of file analyze.cpp.
| unsigned long Analysis::num_nodes |
Definition at line 24 of file analyze.cpp.
| unsigned long Analysis::tendril_length |
Definition at line 33 of file analyze.cpp.
| std::vector<unsigned long> Analysis::tendril_length_distr |
Definition at line 30 of file analyze.cpp.