A list for TopicWords. More...
#include <TopicWordList.h>
Public Member Functions | |
TopicWordList (int listSize=0) | |
Initialise the list with the known list size. | |
TopicWordList (FileIO *file) | |
Read the list from the given file. | |
void | allocateElement (TopicWord *element) |
Append a TopicWord element to the end of the list. | |
Friends | |
class | PlsaMap |
A list for TopicWords.
This class is used to store and manipulate lists of TopicWord objects produced from methods such as LSA, PLSA and LDA.