<?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 replicate same clusters over time ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-replicate-same-clusters-over-time/m-p/840513#M82148</link>
    <description>&lt;P&gt;Yes, this can be done with PROC FASTCLUS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an example In technical note 22544 here:&amp;nbsp;&lt;A href="https://support.sas.com/kb/22/544.html" target="_blank"&gt;22544 - Assigning new observations to clusters defined using previous data (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I will reiterate the relevant information below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Assigning new observations to clusters with PROC FASTCLUS using a cluster solution from PROC FASTCLUS&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Suppose you have an eight-cluster solution for your original data and saved the cluster solution statistics in the OUTSTAT= data set FastclusStats.&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;This dataset will be used as the INSTAT= data set to assign the new observations you receive over time to the existing eight clusters. Your final cluster assignments will be saved in the NewClusters data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;proc fastclus data=NewData instat=FastclusStats out=NewClusters;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;var &amp;lt;yourvars&amp;gt;;&lt;BR /&gt;run;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any transformation to your variables before the initial execution of FASTCLUS to find the eight clusters will need to be done to the same variables in the new data set that you use to assign/score observations into the existing eight clusters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the reassignment of customers, you can do post-processing to see which customers have changed clusters and aggregate the migration/transition measures&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2022 13:30:16 GMT</pubDate>
    <dc:creator>KevinScott</dc:creator>
    <dc:date>2022-10-25T13:30:16Z</dc:date>
    <item>
      <title>how to replicate same clusters over time ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-replicate-same-clusters-over-time/m-p/840469#M82147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have developed a segmentation with eight segments that I am satisfied with and I want to follow the evolution of my customers over time through these 8 segments. How can I make sure that when I update my segmentation, I keep the same segments as before (for example, that segment 8 still has the same characteristics as the previous segment 8 and that only my customers have moved from one segment to the other)? I use the fastclust procedure, does using the outseed options to retrieve the initial seeds and then use the seed option when updating keep the same segments? Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 09:01:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-replicate-same-clusters-over-time/m-p/840469#M82147</guid>
      <dc:creator>ogrigny</dc:creator>
      <dc:date>2022-10-25T09:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to replicate same clusters over time ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-replicate-same-clusters-over-time/m-p/840513#M82148</link>
      <description>&lt;P&gt;Yes, this can be done with PROC FASTCLUS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is an example In technical note 22544 here:&amp;nbsp;&lt;A href="https://support.sas.com/kb/22/544.html" target="_blank"&gt;22544 - Assigning new observations to clusters defined using previous data (sas.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I will reiterate the relevant information below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Assigning new observations to clusters with PROC FASTCLUS using a cluster solution from PROC FASTCLUS&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Suppose you have an eight-cluster solution for your original data and saved the cluster solution statistics in the OUTSTAT= data set FastclusStats.&lt;/P&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;This dataset will be used as the INSTAT= data set to assign the new observations you receive over time to the existing eight clusters. Your final cluster assignments will be saved in the NewClusters data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;proc fastclus data=NewData instat=FastclusStats out=NewClusters;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;var &amp;lt;yourvars&amp;gt;;&lt;BR /&gt;run;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any transformation to your variables before the initial execution of FASTCLUS to find the eight clusters will need to be done to the same variables in the new data set that you use to assign/score observations into the existing eight clusters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After the reassignment of customers, you can do post-processing to see which customers have changed clusters and aggregate the migration/transition measures&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 13:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-replicate-same-clusters-over-time/m-p/840513#M82148</guid>
      <dc:creator>KevinScott</dc:creator>
      <dc:date>2022-10-25T13:30:16Z</dc:date>
    </item>
  </channel>
</rss>

