Hello,
I have tried to implement DBSCAN and KNN clustering methods in SAS 9.4. After checking online resources, I found multiple articles on these specific clustering algorithms for SAS Viya but not much for SAS 9.4. Is there anything you could suggest? Currently, I am thinking of using PROC IML to write the algorithm myself. If there is anything ready to use, I would like to try that first.
Thank you!
PROC CLUSTER performs KNN clustering
https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_cluster_overview.htm
DBSCAN is available in SAS 9.4 in the IMSTAT Procedure (Analytics) and uses the SAS LASR Analytic Server.
IMSTAT = In-Memory Statistics.
SAS LASR Analytic Server
IMSTAT Procedure (Analytics)
CLUSTER Statement
https://go.documentation.sas.com/doc/en/bicdc/9.4/inmsref/p08w4hxeqsgklrn14aqs76gs01te.htm
BR, Koen
Thank you Koen,
I have initially also tried to use IMSTAT, however I always get following error: ERROR: Procedure IMSTAT not found.
This made me assume, that IMSTAT is not compatible with SAS 9.4, it might be an OnDemand issue however.
Best regards,
Tamás
PROC MODECLUS is for KNN.
MODECLUS indeed.
Thanks for bringing this procedure from the back of my mind ... back to the front.
BR, Koen
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!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.