<?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 preserve Cluster numbers while using pro fastclust in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276481#M58675</link>
    <description>&lt;P&gt;Do the datasets have the same order?&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2016 13:00:08 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-06-10T13:00:08Z</dc:date>
    <item>
      <title>How to preserve Cluster numbers while using pro fastclust</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276480#M58674</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am facing a issue with proc fastclust. I want to have 5 clusters and I can get them very well. The problem is: If I run the same procedure on two different datasets which has actually the same data, I get different numbers for clusters although the behaviour clousters are the same.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;A cluster, which was numbered 2 in first run, is numbered 3 in the second run. Using Profiling I can see the fact that cluster 2 in first run is equivalent to cluster 3 in second run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do any one has Idea how I can preserve the cluster numbers ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Ehsan&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 12:44:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276480#M58674</guid>
      <dc:creator>ehsanmath</dc:creator>
      <dc:date>2016-06-10T12:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve Cluster numbers while using pro fastclust</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276481#M58675</link>
      <description>&lt;P&gt;Do the datasets have the same order?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 13:00:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276481#M58675</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-10T13:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve Cluster numbers while using pro fastclust</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276514#M58677</link>
      <description>&lt;P&gt;If the clustering is really the same, then you can do the following:&lt;/P&gt;
&lt;P&gt;1. From the first run you can use the OUTSTAT= option to output the centers. Call the centers&lt;/P&gt;
&lt;P&gt;CA_1, CA_2, .., CA_k.&lt;/P&gt;
&lt;P&gt;2. From the&amp;nbsp;second run you can use the OUTSTAT= option to output the centers. Call the centers&lt;/P&gt;
&lt;P&gt;CB_1, CB_2,..., CB_k.&lt;/P&gt;
&lt;P&gt;3. Concatenate the centers into a single data set and use PROC DISTANCE to compute the distance between centers.&lt;/P&gt;
&lt;P&gt;4. The first k&amp;nbsp;columns and the last k rows represent the distance between the centers in each run.&amp;nbsp; The smallest elemtn in each column tells you which center in Run A mathch up with which cetners in Run B.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 14:36:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276514#M58677</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-10T14:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve Cluster numbers while using pro fastclust</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276524#M58679</link>
      <description>&lt;P&gt;Actually, order does not matter here. What really matters is the "time period". I have one dataset from May2016 and the second Dataset from Jun 2016. Since the (customer) data comes from the same source. Also the experiementation shows that I can always finde the same clusters but with different numbers.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 15:20:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276524#M58679</guid>
      <dc:creator>ehsanmath</dc:creator>
      <dc:date>2016-06-10T15:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to preserve Cluster numbers while using pro fastclust</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276697#M58684</link>
      <description>&lt;P&gt;Thanks It seems to work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jun 2016 15:01:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-preserve-Cluster-numbers-while-using-pro-fastclust/m-p/276697#M58684</guid>
      <dc:creator>ehsanmath</dc:creator>
      <dc:date>2016-06-11T15:01:01Z</dc:date>
    </item>
  </channel>
</rss>

