ARB
|
#include <PT_partition.h>
Public Member Functions | |
PrefixProbabilities (int depth_) | |
PrefixProbabilities (const PrefixProbabilities &other) | |
DECLARE_ASSIGNMENT_OPERATOR (PrefixProbabilities) | |
~PrefixProbabilities () | |
int | get_prefix_count () const |
int | get_depth () const |
double | left_of (int prefix_idx) const |
double | of_range (int first_idx, int last_idx) const |
double | of (int prefix_idx) |
int | find_index_near_leftsum (double wanted) const |
Definition at line 83 of file PT_partition.h.
|
inline |
Definition at line 89 of file PT_partition.h.
References calc_probability(), PrefixIterator::done(), PrefixIterator::length(), PrefixIterator::prefix(), pt_assert, PT_QU, PT_T, and PrefixIterator::steps().
|
inline |
Definition at line 109 of file PT_partition.h.
|
inline |
Definition at line 117 of file PT_partition.h.
PrefixProbabilities::DECLARE_ASSIGNMENT_OPERATOR | ( | PrefixProbabilities | ) |
|
inline |
Definition at line 119 of file PT_partition.h.
Referenced by decide_passes_to_use(), and Partition::max_allowed_passes().
|
inline |
Definition at line 120 of file PT_partition.h.
Referenced by Partition::split_depth().
|
inline |
Definition at line 122 of file PT_partition.h.
References pt_assert.
Referenced by find_index_near_leftsum(), and of_range().
Definition at line 126 of file PT_partition.h.
References left_of(), and pt_assert.
Referenced by of(), and Partition::pass_probability().
|
inline |
Definition at line 132 of file PT_partition.h.
References of_range(), and pt_assert.
|
inline |
Definition at line 137 of file PT_partition.h.