Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Un2
@kaggle.joonasyoon_clustering_exercises.un2

  • 120.87 KB
  • 6202 rows
  • 3 columns
x

X

y

Y

color

Color

181.077590823667212.126987276024072
273.0829080302616100.0853567969898
309.64641738189306265.79105122931731
101.49424435029351268.52663886647042
199.98209759495776225.77845206553782
140.75420111888388157.1909937122338
311.9750547918197283.625255597395441
115.1698314250243295.319330015974342
151.24155750144325110.4424262773151
236.27978967836344237.95964371778761

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

Share link

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