Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Un
@kaggle.joonasyoon_clustering_exercises.un

  • 115.48 KB
  • 5957 rows
  • 3 columns
x

X

y

Y

color

Color

228.8578799678835272.46757096925205
263.7397842987317144.06623408905483
189.5714082006085137.603931970530231
189.52979223584828276.01029064641
123.53884004741415208.08726425098547
262.701359279961195.3408980433142
221.68039532737905254.30328442516
133.066843894323269.730822646063471
176.7777561242297490.48873027839561
201.96643589411823182.883931067784031

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

Share link

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