<?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: TF-IDF in SAS Text Miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175135#M2035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James for the response. Any idea where I can find the actual Matrix as a SAS dataset .. is it stored under any particular node?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 18:38:28 GMT</pubDate>
    <dc:creator>RaviShanbhag</dc:creator>
    <dc:date>2015-02-19T18:38:28Z</dc:date>
    <item>
      <title>TF-IDF in SAS Text Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175133#M2033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been looking under the hood at the SAS Text Mining Nodes expecting to find a TF-IDF (Term Frequency - Inverse Document Frequency Matrix) but with no luck. Does anyknow if SAS creates one and stores it somewhere? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175133#M2033</guid>
      <dc:creator>RaviShanbhag</dc:creator>
      <dc:date>2015-02-19T17:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: TF-IDF in SAS Text Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175134#M2034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely, it does.&amp;nbsp; SAS TM allows you to set the TF parts of the TF-IDF weighting as log, binary or none, and the IDF part as entropy, inverse document frequency, mutual information, or none.&amp;nbsp; The transaction table that comes out of the Text Filter node includes the TF-IDF weightings for each parent term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #1f497d;"&gt;James A. Cox, Ph.D.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #1f497d;"&gt;Text Mining Software Development Manager&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #1f497d;"&gt;SAS Institute, Inc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3366ff; font-size: 13.5pt; font-family: Bookman;"&gt;&lt;EM&gt;The Power to Know&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: #1f497d;"&gt;I wondered why the baseball kept getting bigger. Then it hit me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175134#M2034</guid>
      <dc:creator>JamesCoxPhD</dc:creator>
      <dc:date>2015-02-19T18:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: TF-IDF in SAS Text Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175135#M2035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James for the response. Any idea where I can find the actual Matrix as a SAS dataset .. is it stored under any particular node?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:38:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175135#M2035</guid>
      <dc:creator>RaviShanbhag</dc:creator>
      <dc:date>2015-02-19T18:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: TF-IDF in SAS Text Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175136#M2036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, it is stored in the emws folder for that workspace under the &amp;lt;nodename&amp;gt;_transaction data set.&amp;nbsp; So if this is the first text filter node in the first diagram for the project, it would be emws1.textfilter_transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the easiest way is just to go to the exported data property for the Text Filter node, and explore the transaction table there. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:53:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175136#M2036</guid>
      <dc:creator>JamesCoxPhD</dc:creator>
      <dc:date>2015-02-19T18:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: TF-IDF in SAS Text Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175137#M2037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ! Sorry for reviving this post but I'm new in the community and I'm having some problems dealing with this particular issue concerning the TF-IDF matrix.&lt;/P&gt;&lt;P&gt;The question is: how do I actually use the TF-IDF matrix as the input for the text cluster node? I mean, isn't that what is supposed to happen when you run the text filter node and generate the transaction table ? Does the text cluster node does this by default ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My original post with this issue and pictures can be found here:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="296926" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 11:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/TF-IDF-in-SAS-Text-Miner/m-p/175137#M2037</guid>
      <dc:creator>hugo_viga</dc:creator>
      <dc:date>2015-08-31T11:34:39Z</dc:date>
    </item>
  </channel>
</rss>

