jml.topics
Class SparseLSA

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

public class SparseLSA
extends TopicModel


Field Summary
 
Fields inherited from class jml.topics.TopicModel
dataMatrix, indicatorMatrix, nTopic, topicMatrix
 
Constructor Summary
SparseLSA()
           
 
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

SparseLSA

public SparseLSA()
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)
Parameters:
args -