<?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: Scoring Codes after Proc Cluster rules found in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/266035#M52380</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to know the scoring procedure specifically for Proc Cluster. thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2016 13:48:08 GMT</pubDate>
    <dc:creator>Lulus</dc:creator>
    <dc:date>2016-04-25T13:48:08Z</dc:date>
    <item>
      <title>Scoring Codes after Proc Cluster rules found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/265771#M52315</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to learn if there is a scoring statement for Proc Custer?&lt;/P&gt;
&lt;P&gt;so after I determine the Proc Cluster segment rules, I'd like to apply the "rules" (restuls from outtree=?) onto new dataset (same people with diffrent X generated with seperate time) to see if the cluster memmebrship stays the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any "scoring codes" for doing this work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your help in advance!&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, 22 Apr 2016 20:49:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/265771#M52315</guid>
      <dc:creator>Lulus</dc:creator>
      <dc:date>2016-04-22T20:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring Codes after Proc Cluster rules found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/265796#M52327</link>
      <description>&lt;P&gt;Look at &lt;STRONG&gt;proc fastclus&lt;/STRONG&gt; with options &lt;STRONG&gt;outstat=&lt;/STRONG&gt; and &lt;STRONG&gt;instat=.&amp;nbsp;&lt;/STRONG&gt;First step, do the clustering on original dataset and output cluster statistics with outstat=. Second step, call proc fastclus again with another dataset and use option instat= to bring back the cluster definitions produced with the original dataset. The second step does assignment only.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 02:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/265796#M52327</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-04-23T02:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring Codes after Proc Cluster rules found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/265805#M52332</link>
      <description>That would lead you to DISCRIM Analysis ,Not CLUSTER Analysis,
Check PROC DISCRIM .</description>
      <pubDate>Sat, 23 Apr 2016 06:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/265805#M52332</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-04-23T06:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring Codes after Proc Cluster rules found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/266035#M52380</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to know the scoring procedure specifically for Proc Cluster. thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 13:48:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/266035#M52380</guid>
      <dc:creator>Lulus</dc:creator>
      <dc:date>2016-04-25T13:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring Codes after Proc Cluster rules found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/266036#M52381</link>
      <description>&lt;P&gt;so is there no way to score after "model building" by proc cluster?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 13:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/266036#M52381</guid>
      <dc:creator>Lulus</dc:creator>
      <dc:date>2016-04-25T13:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring Codes after Proc Cluster rules found</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/266252#M52451</link>
      <description>Yes. That is DISCRIM Analysis thing. How do you know your test data would be properly clustered ?
The difference thing between DISCRIM Analysis and Cluster Analysis is DISCRIM has a TRAIN dataset, CLUSTER Analysis don't have.</description>
      <pubDate>Tue, 26 Apr 2016 01:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Scoring-Codes-after-Proc-Cluster-rules-found/m-p/266252#M52451</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-04-26T01:07:19Z</dc:date>
    </item>
  </channel>
</rss>

