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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 2074 views
  • 0 likes
  • 2 in conversation