Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Wave
@kaggle.joonasyoon_clustering_exercises.wave

  • 248.99 KB
  • 12762 rows
  • 3 columns
x

X

y

Y

color

Color

228.396721957294490.87507186522473
319.3952949805950581.61974461729938
162.94508807665918125.08936790643692
233.21090817544243122.90229999542748
419.1221857529384334.09643055758362
140.63241972681445136.98094037170517
438.6408268536406373.41351627553742
220.5553661535148110.03458653160848
247.2568478519844185.21377346104693
404.8003272740887192.0468439116413

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

Share link

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