public class pLSA extends Object
| Constructor and Description |
|---|
pLSA() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(pLSA that) |
void |
fit(List<String> docs) |
List<com.github.chen0040.data.utils.TupleTwo<Document,Double>> |
getTopRankingDocs4Topic(int topic,
int limits) |
List<com.github.chen0040.data.utils.TupleTwo<Integer,Double>> |
getTopRankingTopics4Doc(int doc,
int limits) |
List<com.github.chen0040.data.utils.TupleTwo<String,Double>> |
getTopRankingWords4Topic(int topic,
int limits) |
pLSA |
makeCopy() |
String |
wordAtIndex(int word) |
public String wordAtIndex(int word)
public pLSA makeCopy()
public void copy(pLSA that)
public List<com.github.chen0040.data.utils.TupleTwo<Integer,Double>> getTopRankingTopics4Doc(int doc, int limits)
public List<com.github.chen0040.data.utils.TupleTwo<Document,Double>> getTopRankingDocs4Topic(int topic, int limits)
public List<com.github.chen0040.data.utils.TupleTwo<String,Double>> getTopRankingWords4Topic(int topic, int limits)
Copyright © 2017. All rights reserved.