Hi, Someone can help me with this situation? I created a scatter plot but I want to connect the dots to interpret better the inflection point.
Here is my code:
%EM_REPORT(KEY=elbowmethod, VIEWTYPE=scatter, X=ClusNum,Y=_DISTANCE_,DESCRIPTION= Elbow Method Graph, AUTODISPLAY=y)
Thank you for your attention.
Maybe doing it as a line plot would work? Give this a whirl...
%em_report(key=elbowmethod,viewtype=LINEPLOT, X=ClusNum, Y=_DISTANCE_, description=Elbow Method Graph, AUTODISPLAY=y);
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.Register now and save with the early bird rate—just $795!
Register now
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.