jml.topics
Class LSI

java.lang.Object
  extended by jml.topics.TopicModel
      extended by jml.topics.LSI

public class LSI
extends TopicModel


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

LSI

public LSI(Options options)

LSI

public LSI(int nTopic)
Method Detail

train

public void train()
Description copied from class: TopicModel
Train this topic model to fit the given corpus.

Specified by:
train in class TopicModel

main

public static void main(java.lang.String[] args)