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/27 17:58:57 UTC

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

Author: pat
Date: Mon Apr 27 15:58:57 2015
New Revision: 1676318

URL: http://svn.apache.org/r1676318
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=1676318&r1=1676317&r2=1676318&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 Mon Apr 27 15:58:57 2015
@@ -233,25 +233,18 @@ To run the driver type:
     
 You'll get some stats printed:
 
-    Read in action purchase, which has 4 rows
-    actions has 1 elements in it.
-
-    Read in action view, which has 4 rows
-    actions has 2 elements in it.
-
-    Read in action category, which has 4 rows
-    actions has 3 elements in it.
-
-    Total number of users for all actions = 4
-
+    Total number of users for all actions = 5
     purchase indicator matrix:
-    Number of rows for matrix = 4
-    Number of columns for matrix = 5
+      Number of rows for matrix = 4
+      Number of columns for matrix = 5
+      Number of rows after resize = 5
     view indicator matrix:
-    Number of rows for matrix = 4
-    Number of columns for matrix = 5
+      Number of rows for matrix = 4
+      Number of columns for matrix = 5
+      Number of rows after resize = 5
     category indicator matrix:
-    Number of rows for matrix = 4
-    Number of columns for matrix = 7
+      Number of rows for matrix = 5
+      Number of columns for matrix = 7
+      Number of rows after resize = 5
     
 If you look in ```path/to/3-input-cooc/data/indicators``` you should find folders containing the indicator matrices.