#include <algorithm>
#include "TypeTopicCounts.h"
#include <iostream>
#include <exception>
#include <stdio.h>
#include "TopKList.h"
#include "tbb/atomic.h"
#include "TopicCounts.h"
#include "WordIndexDictionary.h"
#include "DocumentReader.h"
#include "DocumentWriter.h"
#include "TopicLearner/Dirichlet.h"
#include "Context.h"
Functions | |
bool | cnt_cmp (packed_t i, packed_t j) |
bool | cnt_cmp_ttc (cnt_topic_t i, cnt_topic_t j) |
bool cnt_cmp | ( | packed_t | i, | |
packed_t | j | |||
) |
bool cnt_cmp_ttc | ( | cnt_topic_t | i, | |
cnt_topic_t | j | |||
) |