I am using NaiveBayes classifier of Weka. There's something that I have heard and I'm not sure if it's true. Somebody told me that when I have numeric values in weka, the higher value has a higher weight. Is that right?
I mean if the value of feature1 (which is numeric) of the first instance is 1 and the value of that feature for the second instance is 2, does it mean that the second instance must have a higher weight on that feature?
If that's right, what should I do if I want to change it?
For example, I have defined a distance feature. But, the closer is the better, which means the lower value for this feature must have a higher weight.
How should I implement it in Weka?