Reconstructing Improper Values with C4.5ΒΆ
This step applies the C4.5 algorithm to reconstruct any improper values.
Input Parameters
- Input data including improper values
- Definition of improper values (‘nan’, ‘inf’, or ‘null’, etc.)
Output Parameters
- Output data excluding improper values
Workflow
Algorithm
References
- J. Han, M. Kamber and J. Pei, Data Mining - Concepts and Techniques, 3rd ed., Amsterdam: Morgan Kaufmann Publishers, 2012.