SyntheticControlData (MAHOUT) created by Grant Ingersoll http://cwiki.apache.org/confluence/display/MAHOUT/SyntheticControlData
Content: --------------------------------------------------------------------- h1. Introduction This quick start page shows how to run the clustering Synthetic Control Data example. h1. Steps * Download the data at http://archive.ics.uci.edu/ml/datasets/Synthetic+Control+Chart+Time+Series * In <MAHOUT_HOME>/examples, build the Job file: ant clean job * Start up Hadoop: <HADOOP_HOME>/bin/start-all.sh * Put the data: <HADOOP_HOME>/bin/hadoop fs -put <PATH TO DATA> testdata * Run the Job: <HADOOP_HOME>/bin/hadoop <MAHOUT_HOME>/examples/build/apache-mahout-examples-0.1-dev.job org.apache.mahout.clustering.syntheticcontrol.kmeans.Job //Substitute in whichever Clustring Job you want here: KMeans, Canopy, etc. * Get the data out of HDFS and have a look. --------------------------------------------------------------------- CONFLUENCE INFORMATION This message is automatically generated by Confluence Unsubscribe or edit your notifications preferences http://cwiki.apache.org/confluence/users/viewnotifications.action If you think it was sent incorrectly contact one of the administrators http://cwiki.apache.org/confluence/administrators.action If you want more information on Confluence, or have a bug to report see http://www.atlassian.com/software/confluence
