Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Chrome
@kaggle.joonasyoon_clustering_exercises.chrome

  • 216.78 KB
  • 11093 rows
  • 3 columns
x

X

y

Y

color

Color

317.6149127735322197.19788051208212
187.08515290656723164.65350916467222
245.9896147985788233.78318426512252
356.17030251866595206.712568245579522
424.6401935867541141.090955736290371
321.88170154353435196.51077917978572
326.7390737750342309.53972367150133
272.1868292705723105.36577295825542
199.6978927404336169.7974648037535
189.08499243641864169.93885576873362

CREATE TABLE chrome (
  "x" DOUBLE,
  "y" DOUBLE,
  "color" BIGINT
);

Share link

Anyone who has the link will be able to view this.