I want to analyze my dataset with WEKA.
There are 60 apk files. Permission scores are calculated(1 point for neutral, 2-3-4 points for dangerous permissions) for each apk. I would like to create a threshold for (total dangerous permissions)/(total dangerous permissions + total safe permissions) with J48 using WEKA. I expect results such as "If the permission score is above %70, it is malware; vice versa. However, J48 option in Weka is greyed out. What should I change in this dataset?