KMeans Clustering

KMeans Clustering AI & ML Agent allows you to group similar items in the form of clusters. The number of groups is represented by K. It is a type of unsupervised learning.

In KMeans Clustering the clusters are positioned as points and all data points are associated with the nearest cluster, computed, adjusted, and then the process starts over again with new adjustments until the desired result is reached.

The algorithm:

  1. K points are placed into the object data space representing the initial group of centroids.

  2. Each object or data point is assigned to the closest k.

  3. The positions of the k centroids are recalculated.

  4. Steps 2 and 3 are repeated until the positions of the centroids no longer move.

Details for an example and its configuration can be found in the How to Use section.

Pre-requisites

The minimum XMPro Data Stream version required for this Agent is 4.1.

Download

Please contact XMPro if you're looking for an older version of this Agent.

Last updated