<?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: Examining results of PROC FASTCLUS in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Examining-results-of-PROC-FASTCLUS/m-p/930922#M10826</link>
    <description>&lt;P&gt;When you use PROC FASTCLUS, use the OUT= option to create an output data set. The output data set contains all the original observations and some new variables. Among the new variables, the CLUSTER variable specifies the cluster to which each observation is assigned. In your example, the CLUSTER variable will contain the values 1-4.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, for example, if you want to analyze the text terms that are in the first cluster, you can use a WHERE statement (or clause) such as&lt;BR /&gt;WHERE CLUSTER=1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation for PROC FASTCLUS contains several examples. I suggest starting with &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_fastclus_gettingstarted.htm" target="_self"&gt;the Getting Started example.&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 13:56:29 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2024-06-05T13:56:29Z</dc:date>
    <item>
      <title>Examining results of PROC FASTCLUS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Examining-results-of-PROC-FASTCLUS/m-p/930883#M10824</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm dealing with unstructured text data, and I need to conduct unsupervised multi-class classification of it. I managed to create a term-by-document matrix of my corpus by using PROC TEXTMINE using single-value decomposition (SVD).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My approach to classifying this data is to conduct K-Means clustering and then analyse the clusters to segregate the text into pre-defined topics automatically. However, after viewing the score table of PROC FASTCLUS, I am a bit lost as to how to continue with my evaluation of the results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, this is how my summary table for PROC FASTCLUS looks like right now. Do let me know if I have to provide more information about my table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thistleandtweed_0-1717559910435.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97015iABFFF60467174D0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thistleandtweed_0-1717559910435.png" alt="thistleandtweed_0-1717559910435.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry if its a basic question, and thanks 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>Wed, 05 Jun 2024 03:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Examining-results-of-PROC-FASTCLUS/m-p/930883#M10824</guid>
      <dc:creator>thistleandtweed</dc:creator>
      <dc:date>2024-06-05T03:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Examining results of PROC FASTCLUS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Examining-results-of-PROC-FASTCLUS/m-p/930922#M10826</link>
      <description>&lt;P&gt;When you use PROC FASTCLUS, use the OUT= option to create an output data set. The output data set contains all the original observations and some new variables. Among the new variables, the CLUSTER variable specifies the cluster to which each observation is assigned. In your example, the CLUSTER variable will contain the values 1-4.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, for example, if you want to analyze the text terms that are in the first cluster, you can use a WHERE statement (or clause) such as&lt;BR /&gt;WHERE CLUSTER=1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The documentation for PROC FASTCLUS contains several examples. I suggest starting with &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_fastclus_gettingstarted.htm" target="_self"&gt;the Getting Started example.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 13:56:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Examining-results-of-PROC-FASTCLUS/m-p/930922#M10826</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2024-06-05T13:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Examining results of PROC FASTCLUS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Examining-results-of-PROC-FASTCLUS/m-p/931206#M10827</link>
      <description>&lt;P&gt;ok, thank you for the reply!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 03:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Examining-results-of-PROC-FASTCLUS/m-p/931206#M10827</guid>
      <dc:creator>thistleandtweed</dc:creator>
      <dc:date>2024-06-07T03:04:37Z</dc:date>
    </item>
  </channel>
</rss>

