Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Triangle
@kaggle.joonasyoon_clustering_exercises.triangle

  • 12.17 KB
  • 517 rows
  • 3 columns
x

X

y

Y

color

Color

431.0649433757218210.02127904742021
330.5480005421007287.098098634376642
402.5803480147652137.7267093270641
234.16322515879108259.80856780287064
369.22661838800417105.37423334493924
278.9465571354155225.73345645190568
349.95423534376545154.0323849374346
332.7474944020464159.81970219812254
470.3478467479511262.63838073532911
315.1424603756107210.4456554119052

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

Share link

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