Class MalletInstanceListWrapper
java.lang.Object
org.dice_research.topicmodeling.algorithm.mallet.MalletInstanceListWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intintorg.dice_research.topicmodeling.utils.vocabulary.Vocabulary
-
Field Details
-
instanceList
protected cc.mallet.types.InstanceList instanceList
-
-
Constructor Details
-
MalletInstanceListWrapper
MalletInstanceListWrapper(cc.mallet.types.InstanceList instanceList)
-
-
Method Details
-
getNumberOfDocuments
public int getNumberOfDocuments() -
getVocabulary
public org.dice_research.topicmodeling.utils.vocabulary.Vocabulary getVocabulary() -
getNumberOfWords
public int getNumberOfWords() -
clear
public void clear()
-