It is used for handling missing values by deleting instances. It should be noted that the output of the function is val.NA
which contains indices of missing values and their values (i.e., NA). Therefore, in order to generate a new decision table (dataset) the user need to execute SF.applyDecTable.
MV.deletionCases(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