Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Boxes3
@kaggle.joonasyoon_clustering_exercises.boxes3

  • 430.06 KB
  • 21600 rows
  • 3 columns
x

X

y

Y

color

Color

400.80667544454207174.70275031576656
401.154037513578670.45038597915465
294.7220932191318630.2968196737279784
415.366579525131586.63352191463201
181.4642439380292383.254629858640211
422.776463559288173.823735737015036
312.2893907949814274.348584099815647
411.243531937452447.23323645549597
81.2379376169891152.123824044251693
409.56633005317246162.424282361817976

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

Share link

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