Is it possible to discretize selected column in weka ? I have 42 columns in my data set and I want to discretize (divide in intervals) only longitude and latitude but all columns are discretizing.
There is a property in Discretize (attributeIndices) that allows you to specify the attributes to apply the filter to:
Just enter the attributes here and you should be good to go.
Hope this helps!