Increase the decimal points in the ExampleSet

Shubha
Shubha New Altair Community Member
edited November 5 in Community Q&A
Hi,

Is there a way to increase my decimal places in the exampleset of the RM? The values 0.0727 and 0.17313 are read as 0.073 and 0.173 respectively by 'CSVExampleSorce'. The values are getting rounded off.  I tried with 'float_array','double_array' etc but was not successful.

How do i do this?

Many thanks for the help,
Shubha
Tagged:

Answers

  • steffen
    steffen New Altair Community Member
    Hello Shubha

    What you see in the ResultTab is a representation of the stored values which are rounded only for this task. Inside the data is of course stored with double precision. If you write out the loaded data you will see that the values are unchanged :).

    regards,

    Steffen
  • Shubha
    Shubha New Altair Community Member
    Thanks Steffan...