Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Lines2
@kaggle.joonasyoon_clustering_exercises.lines2

  • 121.36 KB
  • 6195 rows
  • 3 columns
x

X

y

Y

color

Color

153.6994559046260394.381506226467561
168.9641942999958103.066687597674051
205.4323163117052303.1142002569753
244.592737855580469.336450635094344
200.651644655828248.18360961305208
292.20401355584147338.4352306066632
358.6657802401064243.27684322806253
399.91309656505337296.25863147793613
366.683300945898294.294472861825343
99.95594151106285350.19811958555172

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

Share link

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