Author: jeastman
Date: Tue May 18 21:11:59 2010
New Revision: 945887

URL: http://svn.apache.org/viewvc?rev=945887&view=rev
Log:
added command line driver and ldatopics.props for LDAPrintTopics invocation

Added:
    mahout/trunk/conf/ldatopics.props
Modified:
    mahout/trunk/conf/driver.classes.props

Modified: mahout/trunk/conf/driver.classes.props
URL: 
http://svn.apache.org/viewvc/mahout/trunk/conf/driver.classes.props?rev=945887&r1=945886&r2=945887&view=diff
==============================================================================
--- mahout/trunk/conf/driver.classes.props (original)
+++ mahout/trunk/conf/driver.classes.props Tue May 18 21:11:59 2010
@@ -4,6 +4,7 @@ org.apache.mahout.utils.SequenceFileDump
 org.apache.mahout.clustering.kmeans.KMeansDriver = kmeans : K-means clustering
 org.apache.mahout.clustering.fuzzykmeans.FuzzyKMeansDriver = fkmeans : Fuzzy 
K-means clustering
 org.apache.mahout.clustering.lda.LDADriver = lda : Latent Dirchlet Allocation
+org.apache.mahout.clustering.lda.LDAPrintTopics = ldatopics : LDA Print Topics
 org.apache.mahout.fpm.pfpgrowth.FPGrowthDriver = fpg : Frequent Pattern Growth
 org.apache.mahout.clustering.dirichlet.DirichletDriver = dirichlet : Dirichlet 
Clustering
 org.apache.mahout.clustering.meanshift.MeanShiftCanopyDriver = meanshift : 
Mean Shift clustering

Added: mahout/trunk/conf/ldatopics.props
URL: 
http://svn.apache.org/viewvc/mahout/trunk/conf/ldatopics.props?rev=945887&view=auto
==============================================================================
--- mahout/trunk/conf/ldatopics.props (added)
+++ mahout/trunk/conf/ldatopics.props Tue May 18 21:11:59 2010
@@ -0,0 +1,9 @@
+# The following parameters must be specified
+#i|input = /path/to/input/state/directory
+#d|dict = /path/to/dictionary/file
+
+# The following parameters all have default values if not specified
+#o|output = /path/to/output Default: console
+#w|words = <number of words to print. Default:20>
+#dt|dictionaryType = <The dictionary file type (text|sequencefile). Default: 
text>
+


Reply via email to