Hi every body,
I have implemented simple k-NN (without features weight) machine learning method. Now I have to implement k-NN with features weight. I chosen ReliefF machine learning method to weight features.
Are there someone tell me the way to implement ReliefF to weight features?
I had a 1000 instance data set.
Thanks so much!!!