You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by pa...@apache.org on 2015/04/21 02:25:51 UTC

svn commit: r1675010 - /mahout/site/mahout_cms/trunk/content/users/environment/how-to-build-an-app.mdtext

Author: pat
Date: Tue Apr 21 00:25:51 2015
New Revision: 1675010

URL: http://svn.apache.org/r1675010
Log:
CMS commit to mahout by pat

Modified:
    mahout/site/mahout_cms/trunk/content/users/environment/how-to-build-an-app.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/environment/how-to-build-an-app.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/environment/how-to-build-an-app.mdtext?rev=1675010&r1=1675009&r2=1675010&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/environment/how-to-build-an-app.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/environment/how-to-build-an-app.mdtext Tue Apr 21 00:25:51 2015
@@ -46,8 +46,8 @@ Mahout has a helper function that reads
 Notice we read in all datasets before we adjust the number of rows in them to match the total number of users in the data. This is so the math works out even if some users took one action but not another.
 
     /**
-     * Read files of element tuples and create IndexedDatasets one per action. These share     a userID BiMap but have
-     * their own itemID BiMaps
+     * Read files of element tuples and create IndexedDatasets one per action. These share a 
+     * userID BiMap but have their own itemID BiMaps
      */
     def readActions(actionInput: Array[(String, String)]): Array[(String, IndexedDataset)] = {
       var actions = Array[(String, IndexedDataset)]()