<?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 Extracting Output Data Set from Cluster Node In Enterprise Miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-Output-Data-Set-from-Cluster-Node-In-Enterprise-Miner/m-p/197695#M2588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a cluster analysis in SAS EM and would like to analyze the results further in Base SAS. In particular, I'm interested to get a column indicating cluster membership for each record in my input data set. I believe I have identified the data set to CLUS_TRAIN in my SAS EM Workspace. However, when I specify the library and attempt to view the data, I get an error in the SAS log indicating that there was a failure loading the view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone point out my error? Is there another way to get the results of the Cluster node into Base SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Dhrumil Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 22:10:43 GMT</pubDate>
    <dc:creator>dhrumil_patel</dc:creator>
    <dc:date>2015-07-07T22:10:43Z</dc:date>
    <item>
      <title>Extracting Output Data Set from Cluster Node In Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-Output-Data-Set-from-Cluster-Node-In-Enterprise-Miner/m-p/197695#M2588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran a cluster analysis in SAS EM and would like to analyze the results further in Base SAS. In particular, I'm interested to get a column indicating cluster membership for each record in my input data set. I believe I have identified the data set to CLUS_TRAIN in my SAS EM Workspace. However, when I specify the library and attempt to view the data, I get an error in the SAS log indicating that there was a failure loading the view. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone point out my error? Is there another way to get the results of the Cluster node into Base SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Dhrumil Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 22:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-Output-Data-Set-from-Cluster-Node-In-Enterprise-Miner/m-p/197695#M2588</guid>
      <dc:creator>dhrumil_patel</dc:creator>
      <dc:date>2015-07-07T22:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Output Data Set from Cluster Node In Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-Output-Data-Set-from-Cluster-Node-In-Enterprise-Miner/m-p/197696#M2589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhrumil,&lt;/P&gt;&lt;P&gt;You are probably missing to create a library with the exact same name as your Enterprise Miner workspace server (e.g. EMWS1, EMWS2, EMWS3, etc). The reason you have to do this is because Clus_train is a view, not a data set.&lt;/P&gt;&lt;P&gt;In this thread (&lt;A __default_attr="247767" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/" modifiedtitle="true" style="color: #2989c5; font-size: 13.3333330154419px;" title="Export train cluster results"&gt;&lt;/A&gt;) we bounced ideas with Elisa on how to see the exported view of the Cluster node. You can create a library on base SAS or you can do as&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;A __default_attr="843168" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" style="color: #2989c5; font-size: 10pt;"&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt; suggests and&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; use the Save Data node&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;These suggestions work with any Enterprise Miner node. It's just a happy coincidence that you are doing a similar thing as &lt;A __default_attr="862427" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;-Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 02:27:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-Output-Data-Set-from-Cluster-Node-In-Enterprise-Miner/m-p/197696#M2589</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-07-08T02:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting Output Data Set from Cluster Node In Enterprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Extracting-Output-Data-Set-from-Cluster-Node-In-Enterprise-Miner/m-p/197697#M2590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel. I was able to extract the data set with the "Save Data" node. Appreciate the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 18:44:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Extracting-Output-Data-Set-from-Cluster-Node-In-Enterprise-Miner/m-p/197697#M2590</guid>
      <dc:creator>dhrumil_patel</dc:creator>
      <dc:date>2015-07-13T18:44:25Z</dc:date>
    </item>
  </channel>
</rss>

