|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml.topics.TopicModel
jml.topics.LSI
public class LSI
Field Summary |
---|
Fields inherited from class jml.topics.TopicModel |
---|
dataMatrix, indicatorMatrix, nTopic, topicMatrix |
Constructor Summary | |
---|---|
LSI(int nTopic)
|
|
LSI(Options options)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
train()
Train this topic model to fit the given corpus. |
Methods inherited from class jml.topics.TopicModel |
---|
getIndicatorMatrix, getTopicMatrix, readCorpus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LSI(Options options)
public LSI(int nTopic)
Method Detail |
---|
public void train()
TopicModel
train
in class TopicModel
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |