In the formula, accuracy indicates that KNN is correct under the verification data set. S indicates that the current data set contains all the features, b indicates the number of selected features, and c is the weight coefficient.
Where, accuracy indicates that KNN is correct under the validation data set. S represents all features in the current dataset, B represents the number of selected features, and C is the weight coefficient.<br>