Skip to content

sandykok/KMeans

Repository files navigation

KMeans

Problem: For the given dataset (data_2d.csv attached),

  1. Find the number of "natural clusters" in the dataset (i.e., the number of clusters you would set for k-means)
  2. Cluster the data using k-means. Output can be a file in the format of your choice
  3. Find the outliers/noise (i.e., points which may not belong to any cluster). Output can be a file in the format of your choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages