This document discusses data discretization techniques in data mining. It describes three types of attributes - nominal, ordinal and continuous. Discretization is the process of dividing the range of continuous attributes into intervals. This allows some classification algorithms to work with categorical data and reduces data size. Methods like binning, histogram analysis, clustering analysis and entropy-based discretization are covered. The document also discusses equal-width and equal-depth partitioning for discretization and provides an example.