protected static class ModelCSVWriter.TopWordContainer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
numberOfTopWordsPerTopic |
protected double[][] |
topWordProbabilities |
protected String[][] |
topWords |
| Constructor and Description |
|---|
TopWordContainer(int numberOfTopics,
int numberOfTopWordsPerTopic) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTopWord(int topic,
int wordRanking) |
double |
getTopWordProbability(int topic,
int wordRanking) |
void |
insertIfItIsTopWord(int topic,
String word,
double probability) |
protected String[][] topWords
protected double[][] topWordProbabilities
protected int numberOfTopWordsPerTopic
Copyright © 2015–2020. All rights reserved.