<?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 can I decide the best number of clusters within 'Proc Fastclus'? in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/304231#M4513</link>
    <description>&lt;P&gt;I would do Primary Component Analysis and get those two PC and polt them by proc sgplot ,and you could probably get N of clusters.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2016 03:13:07 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-10-13T03:13:07Z</dc:date>
    <item>
      <title>How can I decide the best number of clusters within 'Proc Fastclus'?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/304099#M4512</link>
      <description>&lt;P&gt;Hi, I have a question when working on cluster analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can I draw an Elbow Evaluation plot in determining the best number of clusters? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;proc fastclus
data=HOTEL_EMEA 
maxc=10
maxiter=10
out=clust;
var avg_pct;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Oct 2016 14:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/304099#M4512</guid>
      <dc:creator>Crubal</dc:creator>
      <dc:date>2016-10-12T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I decide the best number of clusters within 'Proc Fastclus'?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/304231#M4513</link>
      <description>&lt;P&gt;I would do Primary Component Analysis and get those two PC and polt them by proc sgplot ,and you could probably get N of clusters.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2016 03:13:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/304231#M4513</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-13T03:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can I decide the best number of clusters within 'Proc Fastclus'?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305180#M4544</link>
      <description>&lt;P&gt;Ksharp,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please give me one simple example? What do you mean by '&lt;SPAN&gt;get those two PC&lt;/SPAN&gt;' in your reply?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 18:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305180#M4544</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-10-17T18:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I decide the best number of clusters within 'Proc Fastclus'?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305282#M4550</link>
      <description>&lt;P&gt;use proc princomp to get two primary component of your data. And plot them at X-Y axis .you can see the number of cluster you should split.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2014/11/07/distribution-of-blood-types.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2014/11/07/distribution-of-blood-types.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 04:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305282#M4550</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-18T04:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I decide the best number of clusters within 'Proc Fastclus'?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305529#M4554</link>
      <description>&lt;P&gt;Cool!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:34:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305529#M4554</guid>
      <dc:creator>Crubal</dc:creator>
      <dc:date>2016-10-18T20:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I decide the best number of clusters within 'Proc Fastclus'?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305685#M4556</link>
      <description>&lt;P&gt;Can we cluster analysis only with continous varaibles?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 14:39:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/How-can-I-decide-the-best-number-of-clusters-within-Proc/m-p/305685#M4556</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2016-10-19T14:39:57Z</dc:date>
    </item>
  </channel>
</rss>

