i upload a csv file in weka tool. After preprocessing, i want to apply J48 classifier but J48 is not highlighted there.
i want to apply decision tree classifier but it is not highlighted
i upload a csv file in weka tool. After preprocessing, i want to apply J48 classifier but J48 is not highlighted there.
i want to apply decision tree classifier but it is not highlighted
Copyright © 2021 Jogjafile Inc.
Each algorithm in Weka can only handle certain types of data (input attributes, class attribute, missong values etc), which define its capabilities. If these capabilities do not match the data, then the algorithm cannot be applied.
Check J48's capabilities (open its properties in the GenericObjectEditor and click on Capabilities) and check these against your dataset.
I would check whether your dataset has a numeric class atrribute and maybe string attributes.