K-Means Calculator

Mar 28, 2019

Use this Tool to perform K-Means clustering online. Just upload your data set, select the number of clusters (k) and hit the Cluster button.



Input: Paste data to cluster

Settings

Perform K-Modes clustering. You can select the number of clusters and initialization method.

View Tool

K Means is a widely used clustering algorithm used in machine learning. Interesting thing about k means is that your must specify the number of clusters (k) you want to be created at the beginning.

Settings Explained
  • 1. Number of Clusters (K)

    The number of clusters

  • 2. Has Header Record

    If selected, the first row is considered as a header

  • 3. Seeding

    The initializing technique for the clustering algorithm

    K-Means++

    Uses the k-means++ algorithm to select the initial centroids

    Random

    Randomly select initial centroids

    PAM BUILD

    Use the PAM BUILD algorithm for selecting initial centroids

Comments 3

SATYADHARMA

SATYADHARMA Copy Link

  • 4 years ago

VERY USER FRIENDLY! GREAT, THANK YOU..

Charlie

Charlie Copy Link

  • 4 years ago

Desperately needs a help menu and some guidance in how to interpret / plot its output!
I'm not impressed!

gvrax

gvrax Copy Link

  • one year ago

tnx

History
Mar 28, 2019
HTML table output
Mar 27, 2019
Tool Launched