Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hama Wiki" for change 
notification.

The following page has been changed by udanax:
http://wiki.apache.org/hama/TraditionalCollaborativeFiltering

------------------------------------------------------------------------------
    public static void main(String[] args) {
      HamaConfiguration conf = new HamaConfiguration();
      
-     Matrix userByItem = new Matrix(conf, "input");
+     Matrix userByItem = new Matrix(conf, "userByItem");
      
      // Build an user by item matrix 
      for (int i = 0; i < 3; i++) {

Reply via email to