Altair RISE

A program to recognize and reward our most engaged community members
Nominate Yourself Now!

Increase the decimal points in the ExampleSet

User: "Shubha"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "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
    User: "Shubha"
    New Altair Community Member
    OP
    Thanks Steffan...