Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Spirals
@kaggle.joonasyoon_clustering_exercises.spirals

  • 46.49 KB
  • 2328 rows
  • 3 columns
x

X

y

Y

color

Color

125.32256627049908386.76477245627031
307.11726647123595337.307489000689152
246.7441488291536275.732338182722861
334.055047379946291.8249613448268
381.6574538028832251.35915023946004
363.79164547012977289.2486796698332
256.937269657756285.46192606492731
206.00087024911667267.71905811748231
323.86460262591766367.7010813080252
328.4817052348841306.04937343833814

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

Share link

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