Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Box
@kaggle.joonasyoon_clustering_exercises.box

  • 140.93 KB
  • 7351 rows
  • 3 columns
x

X

y

Y

color

Color

266.1188207684637175.40721111920797
263.6509321219214109.2780426486216
196.04244610438744155.5824083591394
261.0070689845716121.45472495121194
280.61035842144213160.58654951758675
289.2209498479544172.38594328084358
241.0838344803157191.8572063335833
275.3021019121054189.46158600318708
216.50578360708644141.02212698826
225.2903531845732101.23586874340602

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

Share link

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