BookmarkSubscribeRSS Feed
Raquel_Campos
Calcite | Level 5

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. 

1 REPLY 1
WendyCzika
SAS Employee

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);

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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

How to choose a machine learning algorithm

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.

Discussion stats
  • 1 reply
  • 2359 views
  • 0 likes
  • 2 in conversation