You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemml.apache.org by GitBox <gi...@apache.org> on 2020/06/03 05:23:42 UTC

[GitHub] [systemml] j143 edited a comment on pull request #940: [DOC] Documentation for builtin Outlier function

j143 edited a comment on pull request #940:
URL: https://github.com/apache/systemml/pull/940#issuecomment-637960768


   > How to initialize a boolean variable in dml?
   
   For a variable add `0` or `1`, that would automatically allocates `double` or `boolean`.
   
   For example:
   ```
   x = 0;
   ```
   Now, `x` can be considered `false`.
   DML figures out `x` should used as a boolean or not based on usage of the`x` in the program.


----------------------------------------------------------------
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:
users@infra.apache.org