The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
j48+knn+group model
[Deleted User]
Posts: 0 Newbie
in Help
Hi
would you please tell me how can I show the graph for KNN, J48 and group model?
thank you
would you please tell me how can I show the graph for KNN, J48 and group model?
thank you
0
Best Answers
-
rfuentealba RapidMiner Certified Analyst, Member, University Professor Posts: 568 UnicornHi @mbs,
Can confirm:- Weka W-J48 and Decision Tree are based in the C4.5 algorithm, so @sgenzer is right and I haven't found any differences between both. If you need a visualization of the model, you are better off using the C4.5 Decision Tree there.
- k-NN (Nearest-Neighbor) models (there are many, depending on what measure you use) cannot be put in a chart the same way a Decision Tree can, but if you want to visualize the results, a scatter plot may help.
- Group models, the same, you should use scatter plots to visualize the data, but there is no graphical representation of the model itself.
Rodrigo.1 -
varunm1 Member Posts: 1,207 UnicornHello,
The only model visualization method I can see is by using Ungroup models operator that will show individual models in a group model.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
1
Answers
would you please help me?
As for k-NN, I do not know of any way to visualize the models.
Scott
thank you for your help i will try all of them
mbs