Uses of Class
cc.mallet.types.IDSorter

Packages that use IDSorter
cc.mallet.topics   
 

Uses of IDSorter in cc.mallet.topics
 

Methods in cc.mallet.topics that return IDSorter
 IDSorter[] LDAHyper.getSortedTopicWords(int topic)
          Deprecated.  
 

Methods in cc.mallet.topics that return types with arguments of type IDSorter
 java.util.ArrayList<java.util.TreeSet<IDSorter>> ParallelTopicModel.getSortedWords()
          Return an array of sorted sets (one set per topic).