Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Sparse
@kaggle.joonasyoon_clustering_exercises.sparse

  • 11.27 KB
  • 474 rows
  • 3 columns
x

X

y

Y

color

Color

414.04238417806994360.53913564472362
210.0560306725783267.59780914534224
416.36828816805166357.085059897547642
394.072632323133351.351053168271391
363.8039241536012186.693154854737771
89.21561076775261215.9288757903417
238.9278343497511193.2505205236532
414.10867609705593106.171939247680361
115.12996533600892149.12435045236316
519.6678916059598390.84310587196412

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

Share link

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