Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1687#discussion_r15645652
  
    --- Diff: 
mllib/src/test/java/org/apache/spark/mllib/recommendation/JavaALSSuite.java ---
    @@ -44,21 +46,27 @@ public void tearDown() {
         sc = null;
       }
     
    -  static void validatePrediction(MatrixFactorizationModel model, int 
users, int products, int features,
    -      DoubleMatrix trueRatings, double matchThreshold, boolean 
implicitPrefs, DoubleMatrix truePrefs) {
    +  static void validatePrediction(MatrixFactorizationModel model,
    +                                 int users,
    --- End diff --
    
    4 space indentation


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to