Replacing missing attribute values by the attribute mean or common values
Replacing missing attribute values by the attribute mean or common values
It is used for handling missing values by replacing the attribute mean or common values. If an attributes containing missing values is continuous/real, the method uses mean of the attribute instead of the most common value. In order to generate a new decision table, we need to execute SF.applyDecTable.
MV.mostCommonVal(decision.table)
Arguments
decision.table: a "DecisionTable" class representing a decision table. See SF.asDecisionTable. Note: missing values are recognized as NA.
Returns
A class "MissingValue". See MV.missingValueCompletion.
J. Grzymala-Busse and W. Grzymala-Busse, "Handling Missing Attribute Values," in Data Mining and Knowledge Discovery Handbook, O. Maimon and L. Rokach, Eds. New York : Springer, 2010, pp. 33-51