SAS cubic clustering criteria(ccc) calculation

9 views (last 30 days)
Is there an easy way to calculate the SAS cubic clustering criteria(ccc) of a dataset using built in functions ie(evalclusters, kmeans, silhouette, etc.) ?
It can be done the long way using the equations and procedure from SAS. I was hoping to simplify the code for ccc calculation. https://documentation.sas.com/doc/en/emref/14.3/n1dm4owbc3ka5jn11yjkod7ov1va.html

Answers (1)

Muskan
Muskan on 23 Mar 2023
Hi April,
As per my understanding there does not exist any built-in functions to calculate the SAS cubic clustering criterion of a dataset. However, you can refer to the following documentation to see what all clustering methods are supported by MATLAB.
I hope the above information helps to resolve your query.
Thanks,
Muskan

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!