<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to calculate Davies-Bouldin Index in SAS for K-Means in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-calculate-Davies-Bouldin-Index-in-SAS-for-K-Means/m-p/728272#M8620</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojkuchi_0-1616440600998.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56271i50D23CC5608F3BCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojkuchi_0-1616440600998.png" alt="manojkuchi_0-1616440600998.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="message-attribution-opposite"&gt;&lt;A href="http://www.talkstats.com/threads/dunn-index-and-davies-bouldin-index-in-clustering.56895/post-160953" target="_blank" rel="nofollow noopener"&gt;#1&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="message-content js-messageContent"&gt;&lt;DIV class="message-userContent lbContainer js-lbContainer "&gt;&lt;DIV class="bbWrapper"&gt;How Does SAS calculate Dunn Index or Davies-Bouldin Index for K-means clustering?&lt;/DIV&gt;&lt;DIV class="bbWrapper"&gt;Kindly help.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 22 Mar 2021 19:27:43 GMT</pubDate>
    <dc:creator>manojkuchi</dc:creator>
    <dc:date>2021-03-22T19:27:43Z</dc:date>
    <item>
      <title>How to calculate Davies-Bouldin Index in SAS for K-Means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-calculate-Davies-Bouldin-Index-in-SAS-for-K-Means/m-p/728272#M8620</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojkuchi_0-1616440600998.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/56271i50D23CC5608F3BCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojkuchi_0-1616440600998.png" alt="manojkuchi_0-1616440600998.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;DIV class="message-attribution-opposite"&gt;&lt;A href="http://www.talkstats.com/threads/dunn-index-and-davies-bouldin-index-in-clustering.56895/post-160953" target="_blank" rel="nofollow noopener"&gt;#1&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="message-content js-messageContent"&gt;&lt;DIV class="message-userContent lbContainer js-lbContainer "&gt;&lt;DIV class="bbWrapper"&gt;How Does SAS calculate Dunn Index or Davies-Bouldin Index for K-means clustering?&lt;/DIV&gt;&lt;DIV class="bbWrapper"&gt;Kindly help.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Mar 2021 19:27:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-calculate-Davies-Bouldin-Index-in-SAS-for-K-Means/m-p/728272#M8620</guid>
      <dc:creator>manojkuchi</dc:creator>
      <dc:date>2021-03-22T19:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Davies-Bouldin Index in SAS for K-Means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-calculate-Davies-Bouldin-Index-in-SAS-for-K-Means/m-p/728383#M8621</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have done a lot of k-means clustering in the recent past and I have to say that, unfortunately, t&lt;SPAN&gt;he&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Davies&lt;/EM&gt;&lt;SPAN&gt;–&lt;/SPAN&gt;&lt;EM&gt;Bouldin index&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;(DBI) and&amp;nbsp;&lt;EM&gt;Dunn's separation&amp;nbsp;index&lt;/EM&gt; are not standardly available in proc FastClus (SAS/Stat) nor in proc kClus (Visual Statistics). Nor is the&amp;nbsp;Silhouette score (another technique often used for&amp;nbsp;evaluating clustering algorithms and/or determining the optimal number of clusters). SAS uses many typical statistical measures like&amp;nbsp;&lt;EM&gt;RMSSTD&lt;/EM&gt; (root-mean-square standard deviation) and the like for these purposes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For DBI, you will need to start coding. You can probably use the distance measure (variable) output by the k-means clustering algo (distance of observation to the cluster-center as well as the cluster assignment / cluster membership are available in the out= data set).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is also a useful&amp;nbsp;procedure called PROC DISTANCE (SAS/Stat). Just mentioning it in case you would need it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 09:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-calculate-Davies-Bouldin-Index-in-SAS-for-K-Means/m-p/728383#M8621</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-03-23T09:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate Davies-Bouldin Index in SAS for K-Means</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-to-calculate-Davies-Bouldin-Index-in-SAS-for-K-Means/m-p/728389#M8622</link>
      <description>&lt;P&gt;In addition to my previous response, ... this paper may also be of interest to you:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paper 3409-2019 (SAS Global Forum 2019)&lt;BR /&gt;How to Evaluate Different Clustering Results&lt;BR /&gt;Ralph Abbey, SAS Institute Inc.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3409-2019.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3409-2019.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 10:09:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-to-calculate-Davies-Bouldin-Index-in-SAS-for-K-Means/m-p/728389#M8622</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-03-23T10:09:40Z</dc:date>
    </item>
  </channel>
</rss>

