com.thoughtworks.datacommons.prepbuddy.normalizers
A normalizer which scales the data within the specified range. Default range is (0,1) A' = (A - min(A)) / (max(A) - min(A)) * (D-C) + C where (C,D) is the range and A is the value.
A normalizer which scales the data within the specified range. Default range is (0,1) A' = (A - min(A)) / (max(A) - min(A)) * (D-C) + C where (C,D) is the range and A is the value.