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);
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.