It is used for handling missing values based on the concept closest fit.
MV.conceptClosestFit(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.
Details
This method is similar to the global closest fit method. The difference is that the original data set, containing missing attribute values, is first split into smaller data sets, each smaller data set corresponds to a concept from the original data set. More precisely, every smaller data set is constructed from one of the original concepts, by restricting cases to the concept.
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