<?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 Re: How to decide the number of true clusters using kth nearest neighbor clustering? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-decide-the-number-of-true-clusters-using-kth-nearest/m-p/251218#M13254</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC MODECLUS has a (approximate) nonparametric test for the number of clusters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read this:&lt;/P&gt;
&lt;P&gt;SAS/STAT 14.1 User's Guide&lt;/P&gt;
&lt;P&gt;The MODECLUS Procedure&lt;BR /&gt;Details tab: Significance Tests&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_details10.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_details10.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Examples tab: Example 78.3 Cluster Analysis with Significance Tests&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_examples03.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_examples03.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read also:&lt;BR /&gt;Introduction to Clustering Procedures&lt;/P&gt;
&lt;P&gt;The Number of Clusters&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introclus_sect010.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introclus_sect010.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last few paragraphs of the latter&amp;nbsp;page deal with nonparametric clustering (and more in particular PROC MODECLUS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be worthwhile to determine the number of clusters by&amp;nbsp;using multiple methods and seeing if they agree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2016 17:41:06 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2016-02-19T17:41:06Z</dc:date>
    <item>
      <title>How to decide the number of true clusters using kth nearest neighbor clustering?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-decide-the-number-of-true-clusters-using-kth-nearest/m-p/251071#M13246</link>
      <description>&lt;P&gt;I used &amp;nbsp;&lt;STRONG&gt;proc modeclus code with m=1 and k=2 to 10 by1&lt;/STRONG&gt; that is with different values of k but &lt;STRONG&gt;I could not decide which solution was the best.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 09:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-decide-the-number-of-true-clusters-using-kth-nearest/m-p/251071#M13246</guid>
      <dc:creator>partha1</dc:creator>
      <dc:date>2016-02-19T09:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to decide the number of true clusters using kth nearest neighbor clustering?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-decide-the-number-of-true-clusters-using-kth-nearest/m-p/251218#M13254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC MODECLUS has a (approximate) nonparametric test for the number of clusters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read this:&lt;/P&gt;
&lt;P&gt;SAS/STAT 14.1 User's Guide&lt;/P&gt;
&lt;P&gt;The MODECLUS Procedure&lt;BR /&gt;Details tab: Significance Tests&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_details10.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_details10.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Examples tab: Example 78.3 Cluster Analysis with Significance Tests&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_examples03.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_modeclus_examples03.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read also:&lt;BR /&gt;Introduction to Clustering Procedures&lt;/P&gt;
&lt;P&gt;The Number of Clusters&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introclus_sect010.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introclus_sect010.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The last few paragraphs of the latter&amp;nbsp;page deal with nonparametric clustering (and more in particular PROC MODECLUS).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be worthwhile to determine the number of clusters by&amp;nbsp;using multiple methods and seeing if they agree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 17:41:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-decide-the-number-of-true-clusters-using-kth-nearest/m-p/251218#M13254</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2016-02-19T17:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to decide the number of true clusters using kth nearest neighbor clustering?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-decide-the-number-of-true-clusters-using-kth-nearest/m-p/251387#M13269</link>
      <description>Thank you. How to fix appropriate radius(r) for the significance test in Kth nearest neighbor?</description>
      <pubDate>Sun, 21 Feb 2016 06:58:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-decide-the-number-of-true-clusters-using-kth-nearest/m-p/251387#M13269</guid>
      <dc:creator>partha1</dc:creator>
      <dc:date>2016-02-21T06:58:24Z</dc:date>
    </item>
  </channel>
</rss>

