I have classified a Landsat image, but want to reclassify the image using values that range from 0 to 1. Some of the values for instance are 0.05, 0.2, 0.35..... and 1. Whenever I tried to run it in ArcGIS environment, it classifies the image into only two classes (by merging all the values less than 1 (0.05, 0.2, 0.35, etc) as 0 and recognizes value 1) instead of the original eight classes. How can I manipulate the software to accept the values less than 1?