public class Doc extends Object
| Constructor and Description |
|---|
Doc(int topicCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToken(int wordIndex,
int topicIndex) |
void |
decTopicCount(int topicIndex) |
void |
incTopicCount(int topicIndex) |
double |
topicCounts(int topicIndex) |
List<com.github.chen0040.data.utils.TupleTwo<Integer,Double>> |
topTopics(int limits) |
Copyright © 2017. All rights reserved.