#include <graph.h>
Collaboration diagram for __confnet_cluster__:

Data Fields | |
| WordGraph ** | wg |
| List of graph words in this cluster. | |
| int | wgnum |
| Number of wg;. | |
| int | wgnum_alloc |
| Allocated size of wg;. | |
| WORD_ID * | words |
| List of words in this cluster (WORD_INVALID) means skip ("-"). | |
| LOGPROB * | pp |
| Posterior probability of each word. | |
| int | wordsnum |
| Number of words. | |
| __confnet_cluster__ * | next |
| Pointer to next structure. | |
Definition at line 82 of file graph.h.
1.5.1