<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Clustering algorithms</title>
    <link>/en/data-analysis/ml-predictive-analytics/clustering-algorithms/</link>
    <description>Recent content in Clustering algorithms on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/data-analysis/ml-predictive-analytics/clustering-algorithms/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Data-Analysis: K-means</title>
      <link>/en/data-analysis/ml-predictive-analytics/clustering-algorithms/k-means/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/ml-predictive-analytics/clustering-algorithms/k-means/</guid>
      <description>
        
        
        &lt;p&gt;You can use the &lt;em&gt;k-means&lt;/em&gt; clustering algorithm to cluster data points into &lt;em&gt;k&lt;/em&gt; different groups based on similarities between the data points.&lt;/p&gt;
&lt;p&gt;k-means partitions &lt;em&gt;n&lt;/em&gt; observations into &lt;em&gt;k&lt;/em&gt; clusters. Through this partitioning, k-means assigns each observation to the cluster with the nearest mean, or &lt;em&gt;cluster center&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;For a complete example of how to use k-means on a table, see &lt;a href=&#34;../../../../en/data-analysis/ml-predictive-analytics/clustering-algorithms/k-means/clustering-data-using-k-means/#&#34;&gt;Clustering data using k-means&lt;/a&gt; .&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: K-prototypes</title>
      <link>/en/data-analysis/ml-predictive-analytics/clustering-algorithms/k-prototypes/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/ml-predictive-analytics/clustering-algorithms/k-prototypes/</guid>
      <description>
        
        
        &lt;p&gt;You can use the &lt;em&gt;k-prototypes&lt;/em&gt; clustering algorithm to cluster mixed data into different groups based on similarities between the data points. The k-prototypes algorithm extends the functionality of &lt;a href=&#34;../../../../en/data-analysis/ml-predictive-analytics/clustering-algorithms/k-means/&#34;&gt;k-means&lt;/a&gt; clustering, which is limited to numerical data, by combining it with k-modes clustering, a clustering algorithm for categorical data.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;../../../../en/sql-reference/functions/ml-functions/ml-algorithms/kprototypes/&#34;&gt;syntax for k-prototypes here&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Data-Analysis: Bisecting k-means</title>
      <link>/en/data-analysis/ml-predictive-analytics/clustering-algorithms/bisecting-k-means/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/data-analysis/ml-predictive-analytics/clustering-algorithms/bisecting-k-means/</guid>
      <description>
        
        
        &lt;p&gt;The &lt;em&gt;bisecting k-means&lt;/em&gt; clustering algorithm combines k-means clustering with divisive hierarchy clustering. With bisecting k-means, you get not only the clusters but also the hierarchical structure of the clusters of data points.&lt;/p&gt;
&lt;p&gt;This hierarchy is more informative than the unstructured set of flat clusters returned by &lt;a href=&#34;../../../../en/data-analysis/ml-predictive-analytics/clustering-algorithms/k-means/#&#34;&gt;K-means&lt;/a&gt;. The hierarchy shows how the clustering results would look at every step of the process of bisecting clusters to find new clusters. The hierarchy of clusters makes it easier to decide the number of clusters in the data set.&lt;/p&gt;
&lt;p&gt;Given a hierarchy of &lt;em&gt;k&lt;/em&gt; clusters produced by bisecting k-means, you can easily calculate any prediction of the form: Assume the data contain only &lt;em&gt;k&#39;&lt;/em&gt; clusters, where &lt;em&gt;k&#39;&lt;/em&gt; is a number that is smaller than or equal to the &lt;em&gt;k&lt;/em&gt; used to train the model.&lt;/p&gt;
&lt;p&gt;For a complete example of how to use bisecting k-means to analyze a table, see &lt;a href=&#34;../../../../en/data-analysis/ml-predictive-analytics/clustering-algorithms/bisecting-k-means/clustering-data-hierarchically-using-bisecting-k-means/#&#34;&gt;Clustering data hierarchically using bisecting k-means&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
