#include <graph.h>

変数 | |
| 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 | |
| struct __confnet_cluster__ * | next |
| Pointer to next structure | |
1.5.4