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-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

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 lock in 2025 pricing—just $495!

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