> Yes, it's available in the developer version 3.7.0, thanks =)
> More one doubt: in this version exists the parameter "removeAllMissingCols"
> (Apriori algorithm). Does I also have to set it to "true"?
You can, as it removes columns that are completely useless (columns
that only contain missing values).
Thanks for helping.
Now, I'm using Classification functionality in the Weka.
I want to know if there's any Classification algorithm that I can set a parameter (as we can do with Apriori: treatZeroAsMissing) to consider only the attributes with the values = "true".