Increase the decimal points in the ExampleSet
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.
何w do i do this?
很多谢谢你的帮助,
Shubha
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.
何w do i do this?
很多谢谢你的帮助,
Shubha
0
Answers
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