johnyangk opened a new pull request #19: [NEMO-47] Use primitive types for 
AlternatingLeastSquare
URL: https://github.com/apache/incubator-nemo/pull/19
 
 
   JIRA: [NEMO-47: Use primitive types for 
AlternatingLeastSquare](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-47)
   
   **Major changes:**
   - Change List<Integer> and List<Double> to int[] and float[]
   - Add custom coders for int[] and float[]
   
   **Minor changes to note:**
   - Create the initial matrix deterministically to check outputs in 
integration tests
   - Replace test_output_als
   
   **Tests for the changes:**
   - Existing ALS integration tests continue to pass
   
   **Other comments:**
   - N/A
   
   resolves 
[NEMO-47](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-47)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to