Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Boxes
@kaggle.joonasyoon_clustering_exercises.boxes

  • 177.85 KB
  • 8901 rows
  • 3 columns
x

X

y

Y

color

Color

181.6354922551932210.4853070750236817
198.44044252196989223.047363028576117
43.55227903578724110.4730149790153221
313.26347354197134106.631426697094119
194.4939191224704144.0955072494513412
52.04341361608197258.12233354583224
319.265084138315853.823877424080414
215.3165259149692219.4866857356760817
90.21459922312546149.9119790372570310
303.5182125234091103.35987835707349

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

Share link

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