Closed willard-yuan closed 9 years ago
Hi willard-yuan,
I had initially planned to use idf to to remove the stop words, but strangely the results were better without using idf. So, I decided not to use idf. I kept the code to calculate idf, if I decided o use it later on.
Thank You
Hi, bikz05 It seems you don't make use of the computed idf
I think for each im_features[i] it should multiply the idf to make full use of it, that is:
Don't you think so?