| Modifier and Type | Method and Description |
|---|---|
List<Doc> |
LdaResult.documents() |
List<com.github.chen0040.data.utils.TupleTwo<Doc,Double>> |
LdaResult.scoreDocuments(int selectedTopicIndex) |
List<com.github.chen0040.data.utils.TupleTwo<Doc,Double>> |
LdaResult.topDocuments(int selectedTopicIndex,
int limits) |
| Constructor and Description |
|---|
LdaResult(LdaModel model,
List<Doc> documents) |
Copyright © 2017. All rights reserved.