Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Spiral2
@kaggle.joonasyoon_clustering_exercises.spiral2

  • 181.53 KB
  • 9325 rows
  • 3 columns
x

X

y

Y

color

Color

281.7620100151452186.02483713508711
212.50367469201169199.03158460220843
180.01489453360165259.37905954067327
302.3724042709833284.46518242530243
328.7597266861017176.945517548422431
319.3252410303264233.58785342603671
241.87753646321573247.1916723528479
312.6097469443971182.32790562801331
246.765929671214240.8321891542114
276.96452722648263342.499811489938

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

Share link

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