Table of Contents
    Home / Data Warehousing / Quantize
    A lossless encoding process where a value or range of values is converted into smaller values or ranges by using integer division. The values are converted back by multiplying. However, when converting back the values may be close to the original but not exactly the same.

    Was this Article helpful? Yes No