j143 opened a new pull request #889: [SYSTEMML-2121] PCA test for codegenalg suite URL: https://github.com/apache/systemml/pull/889 This patch adds a test case for algorithm test with codegen enabled against an R script. The test matrix is as follows **With both Spark and CP:** | Rewrite | Sparse | FuseAll | FuseNoRedundancy | | - | - | - |- | 1 | 0 | 0 | 0 | | 1 | 1 | 0 | 0 | | 0 | 0 | 0 | 0 | | 0 | 1 | 0 | 0 | | 0 | 0 | 1 | 0 | | 0 | 1 | 1 | 0 | | 0 | 0 | 0 | 1 | | 0 | 1 | 0 | 1 |
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
