Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Dart
@kaggle.joonasyoon_clustering_exercises.dart

  • 140.47 KB
  • 7278 rows
  • 3 columns
x

X

y

Y

color

Color

239.65043798226813300.1763232719258
288.3738805310295102.81359854803158
334.1294092143477165.76484394873021
193.40196178941235202.97998943395828
294.588390691289698.56975919221276
242.4263723154287191.89209184999841
325.1718681242537167.76161762594891
299.04184254280324247.60601644981851
394.8950219440602168.7287321059812
296.406725622754157.377693288763251

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

Share link

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