Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Face
@kaggle.joonasyoon_clustering_exercises.face

  • 33.73 KB
  • 1273 rows
  • 4 columns
unnamed_0_1

Unnamed: 0.1

x

X

y

Y

color

Color

1087230.37816242869647141.270405944990052
464281.26431805783244127.4195648934264
1237157.53056648222952158.890252355219273
68107.35405726001136175.95825976321908
1151148.11864054226945161.80914846544213
377248.774657956849738.54228597020909
16884.6179172166993892.92049451148358
5150.15942676472315204.9133903095133
1174145.500391244503147.40578517838433
371246.4010676358334743.354862711828105

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

Share link

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