Local means-based fuzzy k-nearest neighbor classifier with Minkowski distance and relevance-complementarity feature weighting (FWM-LMFKNN)
Introduction:
FWM-LMFKNN-classifier improves classification accuracy by incorporating feature weights, Minkowski distance, and class representative local mean vectors. The feature weighting process is developed based on feature relevance and complementarity. The distance calculation between instances is enhanced by utilizing feature information-based weighting and Minkowski distance, resulting in a more precise set of nearest neighbors. Furthermore, the FWM-LMFKNN classifier considers the local structure of class subsets by using local mean vectors instead of individual neighbors, which improves its classification performance.
Matlab functions:
The functions of the FWM-LMFKNN algorithm (FWM_LMFKNN.m
) is included. Here, the feat_sel_FES_RRComcorr
is the function for relevance and complementarity based feature weight generation.