Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Supernova
@kaggle.joonasyoon_clustering_exercises.supernova

  • 209.48 KB
  • 10714 rows
  • 3 columns
x

X

y

Y

color

Color

202.20719101779333.3899997412121
214.4245005093404374.531029248992641
476.3179766382716255.62337335121613
237.6594711745542148.17393112709992
201.95930142093795355.790747612631
289.48748179990514338.5864005651503
254.09933934079365446.6804829420646
182.56584599848696353.69656623498521
389.6141005299234552.9606236763786
298.28897331812215228.06615747680062

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

Share link

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