<?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: K-means and hierarchical clustering in sas enterprise miner in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/K-means-and-hierarchical-clustering-in-sas-enterprise-miner/m-p/870622#M1121</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Cluster node in Enterprise Miner (latest version is 15.2) IS DOING k-means clustering!!&lt;/P&gt;
&lt;P&gt;Hierarchical clustering is just an intermediate step to determine the best number of clusters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is how the CLUSTER node (in the Explore Group) works ... when you do not change the defaults :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;k-means is done with k=50 (preliminary maximum)&lt;/LI&gt;
&lt;LI&gt;Then the 50 multivariate mean vectors are clustered with WARD (agglomerative) hierarchical clustering method&lt;/LI&gt;
&lt;LI&gt;Then the best number of clusters is determined (minimum=2 , final maximum=20). Let's say best = 8 !&lt;/LI&gt;
&lt;LI&gt;Then a k-means is done again on the full dataset with k=8.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can also use the "HP Cluster" node in the HPDM group of nodes (HPDM = High-Performance Data Mining).&lt;/P&gt;
&lt;P&gt;The "HP Cluster" node is running PROC HPCLUS in the background.&amp;nbsp;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;FONT style="font-family: inherit;"&gt;HPCLUS&lt;/FONT&gt;&lt;SPAN&gt; procedure is a high-performance procedure that performs k-means clustering.&lt;BR /&gt;&lt;/SPAN&gt;And that "HP Cluster" node (PROC HPCLUS) is finding the number of clusters (the &lt;EM&gt;k&lt;/EM&gt;) using the&amp;nbsp;&lt;SPAN&gt;aligned box criterion (ABC) method (and NOT via that foray into hierarchical clustering).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In VIYA PROC HPCLUS evolved into PROC KCLUS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 19:23:34 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2023-04-19T19:23:34Z</dc:date>
    <item>
      <title>K-means and hierarchical clustering in sas enterprise miner</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/K-means-and-hierarchical-clustering-in-sas-enterprise-miner/m-p/870325#M1113</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;&lt;BR /&gt;I'm looking for a method to perform k-means clustering with the use of SAS enterprise miner. however, it seems to me that I can perform only hierarchical clustering, according to this&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Tip-Guidelines-for-Choosing-a-Clustering-Method-in-the-Cluster/ta-p/223483" target="_self"&gt; post&lt;/A&gt;&amp;nbsp;I can perform only hierarchical analogue for k-means clustering.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I would be grateful for advice and resources on how to perform the k-means clustering in SAS enterprise miner.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 11:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/K-means-and-hierarchical-clustering-in-sas-enterprise-miner/m-p/870325#M1113</guid>
      <dc:creator>carol_kvarg</dc:creator>
      <dc:date>2023-04-18T11:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: K-means and hierarchical clustering in sas enterprise miner</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/K-means-and-hierarchical-clustering-in-sas-enterprise-miner/m-p/870622#M1121</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Cluster node in Enterprise Miner (latest version is 15.2) IS DOING k-means clustering!!&lt;/P&gt;
&lt;P&gt;Hierarchical clustering is just an intermediate step to determine the best number of clusters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is how the CLUSTER node (in the Explore Group) works ... when you do not change the defaults :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;k-means is done with k=50 (preliminary maximum)&lt;/LI&gt;
&lt;LI&gt;Then the 50 multivariate mean vectors are clustered with WARD (agglomerative) hierarchical clustering method&lt;/LI&gt;
&lt;LI&gt;Then the best number of clusters is determined (minimum=2 , final maximum=20). Let's say best = 8 !&lt;/LI&gt;
&lt;LI&gt;Then a k-means is done again on the full dataset with k=8.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;You can also use the "HP Cluster" node in the HPDM group of nodes (HPDM = High-Performance Data Mining).&lt;/P&gt;
&lt;P&gt;The "HP Cluster" node is running PROC HPCLUS in the background.&amp;nbsp;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;FONT style="font-family: inherit;"&gt;HPCLUS&lt;/FONT&gt;&lt;SPAN&gt; procedure is a high-performance procedure that performs k-means clustering.&lt;BR /&gt;&lt;/SPAN&gt;And that "HP Cluster" node (PROC HPCLUS) is finding the number of clusters (the &lt;EM&gt;k&lt;/EM&gt;) using the&amp;nbsp;&lt;SPAN&gt;aligned box criterion (ABC) method (and NOT via that foray into hierarchical clustering).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In VIYA PROC HPCLUS evolved into PROC KCLUS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 19:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/K-means-and-hierarchical-clustering-in-sas-enterprise-miner/m-p/870622#M1121</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-04-19T19:23:34Z</dc:date>
    </item>
  </channel>
</rss>

