corepointer commented on pull request #1497:
URL: https://github.com/apache/systemds/pull/1497#issuecomment-1009747041


   > I now manually checked the Matrices, the issue seems to be that in DML the 
decimal places of my clustermembers are rounded to 3. If i use this 
representation in R, I also find those additional points. Is there a way to use 
more precision (6 decimal places in this case) in DML?
   
   Hi! 
   Could it be that you're referring to the default setting "decimal=3" used in 
DML's toString() function? See table 16 in [1]. An equivalent setting in R is 
print's "digits" setting (see [2]).
   
   hth, Mark
   
   [1] https://apache.github.io/systemds/site/dml-language-reference
   [2] https://www.rdocumentation.org/packages/base/versions/3.6.2/topics/print


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to