Discretization in R
Discretization techniques can be used to convert continuous attributes to nominal attributes. In this way, the number of values for a given continuous attribute is reduced by dividing the attribute into a range of values. Actual data values are replaced with interval value labels.
Machine-learning algorithms are typically recursive; to process large amounts of data a great deal of time is spent to sort the data at every step. It is clear that the smaller the number of distinct values to be ordered, the faster these methods should be. That is why these techniques are particularly beneficial.
In discretization, the raw values of a numeric attribute are replaced by labels or conceptual labels. For example, the continuous ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access