Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Dart2
@kaggle.joonasyoon_clustering_exercises.dart2

  • 131.09 KB
  • 6738 rows
  • 3 columns
x

X

y

Y

color

Color

279.9250275120531310.327844214226163
402.9678487988769684.953838346148843
432.8997557253422241.304197316629483
355.766546537647372.82111133663813
320.4296208325603240.76633006170171
266.8752772074282124.17466393443046
218.7856707834173310.053751646698343
242.92216163079303184.318838810371231
398.1604129573848108.143349488400453
315.2320862551994227.490503024683361

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

Share link

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