Closed cy601 closed 2 years ago
Oh, I know the fitness function uses KNN,.I have read some papers, most of them are using the ML-KNN as fitness function. ML-knn is based on the KNN, but I don't know whether classification efficiency is improved. Thank you very much!
Yes, you just change the code in the jFitnessFunction. You replace the KNN algorithm with yours.
OK thank you, let me have a try
Oh, I know the fitness function uses KNN,.I have read some papers, most of them are using the ML-KNN as fitness function. ML-knn is based on the KNN, but I don't know whether classification efficiency is improved. Thank you very much!