Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Lines
@kaggle.joonasyoon_clustering_exercises.lines

  • 79.68 KB
  • 4065 rows
  • 3 columns
x

X

y

Y

color

Color

52.064626536717086324.02315643505234
147.144184515643831.04261084181689
199.120406026991648.12263415582202
54.1443433300840456.31933854163338
290.792804080685655.42872615930253
256.9401151043584167.276926462111361
172.5168886244413826.53329954539739
245.5411594316659170.423566106441741
193.2287737039004252.16085239710192
215.047395914463251.653594568262506

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

Share link

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