public interface TopicModel
Interface of topic models
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
boolean |
estimateModel(int topicNum)
Estimate the topic models
|
int |
getDocNum() |
double[] |
getDocTopics(int docIndex) |
String |
getTermName(int termIndex) |
int |
getTermNum() |
double[] |
getTopic(int topicIndex) |
int |
getTopicNum() |
boolean estimateModel(int topicNum)
topicNum - the number of topicsint getTopicNum()
double[] getTopic(int topicIndex)
topicIndex - the index of the topicint getDocNum()
double[] getDocTopics(int docIndex)
docIndex - the index of the documentint getTermNum()
String getTermName(int termIndex)
termIndex - the index of the topical termCopyright © 2018 JULIE Lab, Germany. All rights reserved.