FST
openfst-1.8.2
OpenFst Library
|
#include <partition.h>
Public Member Functions | |
Partition () | |
Partition (T num_elements) | |
void | Initialize (size_t num_elements) |
T | AddClass () |
void | AllocateClasses (T num_classes) |
void | Add (T element_id, T class_id) |
void | Move (T element_id, T class_id) |
void | SplitOn (T element_id) |
template<class Queue > | |
void | FinalizeSplit (Queue *queue) |
const T | ClassId (T element_id) const |
const size_t | ClassSize (T class_id) const |
const T | NumClasses () const |
Friends | |
class | PartitionIterator< T > |
Definition at line 68 of file partition.h.
|
inline |
Definition at line 73 of file partition.h.
|
inlineexplicit |
Definition at line 75 of file partition.h.
|
inline |
Definition at line 105 of file partition.h.
|
inline |
Definition at line 89 of file partition.h.
|
inline |
Definition at line 96 of file partition.h.
|
inline |
Definition at line 193 of file partition.h.
|
inline |
Definition at line 195 of file partition.h.
|
inline |
Definition at line 183 of file partition.h.
|
inline |
Definition at line 81 of file partition.h.
|
inline |
Definition at line 123 of file partition.h.
|
inline |
Definition at line 197 of file partition.h.
|
inline |
Definition at line 144 of file partition.h.
|
friend |
Definition at line 200 of file partition.h.