Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Basic4
@kaggle.joonasyoon_clustering_exercises.basic4

  • 244.49 KB
  • 12529 rows
  • 3 columns
x

X

y

Y

color

Color

144.47510894153157101.45026501322135
370.68331205387017298.0034148225962
253.71404597233263234.07940209097381
148.6991654080974678.65400573867576
192.1579725512684252.837303961103881
367.8350979639476245.51961004793812
165.1168978602219242.66455974092691
171.66933351336365264.15302588571831
240.6783974374155216.5946742864161
149.78292122462543102.60291289095758

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

Share link

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