You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2017/03/17 20:36:41 UTC

[jira] [Created] (SYSTEMML-1419) Cleanup nested if-elses in main algorithms

Deron Eriksson created SYSTEMML-1419:
----------------------------------------

             Summary: Cleanup nested if-elses in main algorithms
                 Key: SYSTEMML-1419
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1419
             Project: SystemML
          Issue Type: Improvement
          Components: Algorithms
            Reporter: Deron Eriksson
            Priority: Minor


Some of the main algorithms (such as GLM-predict.dml) contain nested if-elses. Since DML now features "if () { } else if () { } ... else { }", the nested if-elses can be cleaned up to use "else if".




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)