Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Blob
@kaggle.joonasyoon_clustering_exercises.blob

  • 79.56 KB
  • 4086 rows
  • 3 columns
x

X

y

Y

color

Color

199.115034269719272.641120972216751
196.880523178288247.744708383735492
88.42627127108773233.96242455339422
118.57878881545804264.04418836651862
249.57249037913533260.89652128516275
229.3465505394653202.47088499100363
89.3447634828494181.745428343536932
105.53439136547848234.499360232130272
80.4144720384439248.4373067669742
240.06531285454224118.820745985127911

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

Share link

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