<?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 Applying cluster analysis rules in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Applying-cluster-analysis-rules/m-p/170882#M8889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been doing some work on cluster analysis on our customers to try and learn a bit more about the different types of&amp;nbsp; for marketing purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a basic proc fastclust for this and have 7 clusters that I am happy with using a sample of our data whilst also applying a few rules which&lt;/P&gt;&lt;P&gt;were needed to avoid a lot of people going into one meaningless cluster. I actually used only a year time frame of activity and must have ordered&lt;/P&gt;&lt;P&gt;within both 6m seasonal time frames. This was due to the nature of our business which required these rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What I want to do now is apply the clusters to the whole database. That is people who have and haven't ordered in the last year and those&lt;/P&gt;&lt;P&gt;who haven't. It also needs to apply to those who may not have ordered in both the last 6m period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gathered all the necessary variables for the full population. (just done the last year of activity since their last order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I apply the clusters now to allocate them properly? Is there an algorithm that I can get from the cluster analysis that will allocate &lt;/P&gt;&lt;P&gt;everybody to their nearest cluster. I have looked at loads of cluster analysis material online but they all focus on the cluster analysis itself&lt;/P&gt;&lt;P&gt;not the step I am on now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 10:03:25 GMT</pubDate>
    <dc:creator>troopon</dc:creator>
    <dc:date>2014-10-03T10:03:25Z</dc:date>
    <item>
      <title>Applying cluster analysis rules</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Applying-cluster-analysis-rules/m-p/170882#M8889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been doing some work on cluster analysis on our customers to try and learn a bit more about the different types of&amp;nbsp; for marketing purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a basic proc fastclust for this and have 7 clusters that I am happy with using a sample of our data whilst also applying a few rules which&lt;/P&gt;&lt;P&gt;were needed to avoid a lot of people going into one meaningless cluster. I actually used only a year time frame of activity and must have ordered&lt;/P&gt;&lt;P&gt;within both 6m seasonal time frames. This was due to the nature of our business which required these rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What I want to do now is apply the clusters to the whole database. That is people who have and haven't ordered in the last year and those&lt;/P&gt;&lt;P&gt;who haven't. It also needs to apply to those who may not have ordered in both the last 6m period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gathered all the necessary variables for the full population. (just done the last year of activity since their last order).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I apply the clusters now to allocate them properly? Is there an algorithm that I can get from the cluster analysis that will allocate &lt;/P&gt;&lt;P&gt;everybody to their nearest cluster. I have looked at loads of cluster analysis material online but they all focus on the cluster analysis itself&lt;/P&gt;&lt;P&gt;not the step I am on now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 10:03:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Applying-cluster-analysis-rules/m-p/170882#M8889</guid>
      <dc:creator>troopon</dc:creator>
      <dc:date>2014-10-03T10:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Applying cluster analysis rules</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Applying-cluster-analysis-rules/m-p/170883#M8890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc fastclust data=training_data&amp;nbsp; &lt;STRONG&gt;outstat=&lt;/STRONG&gt;CLUSTERS;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ...;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc fastclust data=data_to_be_assigned_to_clusters&amp;nbsp; &lt;STRONG&gt;instat=&lt;/STRONG&gt;CLUSTERS &lt;STRONG&gt;out=&lt;/STRONG&gt;result;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ...;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/67523/HTML/default/viewer.htm#statug_fastclus_syntax01.htm" title="http://support.sas.com/documentation/cdl/en/statug/67523/HTML/default/viewer.htm#statug_fastclus_syntax01.htm"&gt;SAS/STAT(R) 13.2 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 10:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Applying-cluster-analysis-rules/m-p/170883#M8890</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2014-10-03T10:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Applying cluster analysis rules</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Applying-cluster-analysis-rules/m-p/170884#M8891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh wow much simpler than I thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks I will give that a go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 10:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Applying-cluster-analysis-rules/m-p/170884#M8891</guid>
      <dc:creator>troopon</dc:creator>
      <dc:date>2014-10-03T10:26:50Z</dc:date>
    </item>
  </channel>
</rss>

