Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Basic2
@kaggle.joonasyoon_clustering_exercises.basic2

  • 63.05 KB
  • 3192 rows
  • 3 columns
x

X

y

Y

color

Color

394.7782567319343162.929595899602563
113.18767175532794136.4981956030792
400.9372517761984194.17980163018013
194.3726212721155208.10610060869482
290.60977865530623135.67494971172991
82.64139327596789258.2361174384827
277.6468475968892339.04124328593231
285.9881219193889185.370875829608281
77.87637987038566284.4155035894429
201.35734614554937304.9829682270922

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

Share link

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