Optimum minimum number of instances in weka's j48
There is a parameter named minnumobj
in the options of the j48
tree algorithm in weka
. This parameter indicates the minimum number of participants to be in a leaf. Does this parameter have an optimum value regarding the instances or attributes? Or should I set the value that achieves the highest classification success? For example, I have 6500 instances and 9 attributes and I got highest success when minnumobj=100
.
Topic weka decision-trees
Category Data Science