Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Basic5
@kaggle.joonasyoon_clustering_exercises.basic5

  • 77.93 KB
  • 4000 rows
  • 3 columns
x

X

y

Y

color

Color

472.4318451777678133.637138241524641
392.2136502329314248.151057998441761
185.2315884708672128.91176146216304
175.55317996898427234.37342084689536
199.9021337352348373.49226498849352
210.3179702288785126.48372277034136
440.0877346113545119.718928740489161
427.073507066605244.696529214203051
225.53313237436527414.43967270615032
208.1526030608794128.11467134730756

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

Share link

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