<?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: Clustering a large dataset with mixed variable types in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389714#M66071</link>
    <description>&lt;P&gt;The doc says it does, check&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/miner/em14/emhpprcref.pdf" target="_self"&gt;http://support.sas.com/documentation/onlinedoc/miner/em14/emhpprcref.pdf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2017 03:29:01 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-08-22T03:29:01Z</dc:date>
    <item>
      <title>Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389702#M66067</link>
      <description>&lt;P&gt;I have a dataset that has 700,000 rows and various variables with mixed data-types: categorical, numeric and binary. I have read several suggestions on how to cluster categorical data but still couldn't find a solution for my problem. The common suggestions are listed below:&lt;/P&gt;&lt;P&gt;1) &lt;EM&gt;Use proc distance for the categorical variables to get a distance matrix and then use proc cluster&lt;/EM&gt;: I can't do that as my dataset is too big to be handled by proc cluster. Another constraint is that even proc fastclus can handle a large dataset but it doesn't work with distance matrix or anything other than numeric data.&lt;/P&gt;&lt;P&gt;2) I don't find "creating dummy variables for the categorical variables" a good solution either as I feel the clusters would be hard to interpret.&lt;/P&gt;&lt;P&gt;3) Another suggestion was to use HPCLUS but HPCLUS can either use only categorical variables or only numeric interval variables to perform clustering but it does not perform clustering for mixed levels of input variables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other solution/proc available in SAS that could perform clustering on a large dataset with mixed variable types?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 22:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389702#M66067</guid>
      <dc:creator>roopk</dc:creator>
      <dc:date>2017-08-22T22:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389705#M66068</link>
      <description>&lt;P&gt;How many variables do you have? 700k is a lot but I would have assumed SAS could handle it. Can you change your memory settings to allow it to be processed?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 03:00:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389705#M66068</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-22T03:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389710#M66069</link>
      <description>&lt;P&gt;EM has HPCLUS which should handle larger problems.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 03:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389710#M66069</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-08-22T03:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389713#M66070</link>
      <description>Can it handle mixed variable types too?</description>
      <pubDate>Tue, 22 Aug 2017 03:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389713#M66070</guid>
      <dc:creator>roopk</dc:creator>
      <dc:date>2017-08-22T03:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389714#M66071</link>
      <description>&lt;P&gt;The doc says it does, check&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/onlinedoc/miner/em14/emhpprcref.pdf" target="_self"&gt;http://support.sas.com/documentation/onlinedoc/miner/em14/emhpprcref.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 03:29:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389714#M66071</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-08-22T03:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389715#M66072</link>
      <description>There are 100+ variables in total but I will do variable selection before using cluster analysis. I might start with only 8-10 variables but the issue is I don't know how to do cluster analysis with binary/categorical variables.</description>
      <pubDate>Tue, 22 Aug 2017 03:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389715#M66072</guid>
      <dc:creator>roopk</dc:creator>
      <dc:date>2017-08-22T03:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389720#M66073</link>
      <description>Thank you so much!</description>
      <pubDate>Tue, 22 Aug 2017 03:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/389720#M66073</guid>
      <dc:creator>roopk</dc:creator>
      <dc:date>2017-08-22T03:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/514040#M73192</link>
      <description>&lt;P&gt;Pg 82: "HPCLUS procedure uses only numeric interval variables or only nominal variables to perform clustering. It does not perform clustering for mixed levels of input variables."&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 19:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/514040#M73192</guid>
      <dc:creator>brintonj</dc:creator>
      <dc:date>2018-11-16T19:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clustering a large dataset with mixed variable types</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/514054#M73194</link>
      <description>&lt;P&gt;My bad. Out of the HP parallel processing procedures&amp;nbsp;I only use HPSPLIT which allows mixed types. I &lt;EM&gt;wrongly&lt;/EM&gt; assumed that HPCLUS would do the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51135"&gt;@brintonj&lt;/a&gt; for setting the record strait.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Nov 2018 21:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Clustering-a-large-dataset-with-mixed-variable-types/m-p/514054#M73194</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-11-16T21:06:53Z</dc:date>
    </item>
  </channel>
</rss>

