Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Basic1
@kaggle.joonasyoon_clustering_exercises.basic1

  • 191.71 KB
  • 9794 rows
  • 3 columns
x

X

y

Y

color

Color

79.40828883263248152.8344238267352
98.04626262648556186.9107004473805
240.5789787115788848.473683903153061
109.68718315747228277.94576914699053
249.62608202973632229.753352435471731
100.7846999022866281.9834915570912
235.3302284108093109.539739748626911
262.3520164136550664.574632085729321
76.55886415810781204.2958429220136
245.55799410834155134.501998338175951

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

Share link

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