Clustering Exercises
Clustering Using Methods You Know
@kaggle.joonasyoon_clustering_exercises
Clustering Using Methods You Know
@kaggle.joonasyoon_clustering_exercises
CREATE TABLE supernova (
"x" DOUBLE,
"y" DOUBLE,
"color" BIGINT
);
CREATE TABLE triangle (
"x" DOUBLE,
"y" DOUBLE,
"color" BIGINT
);
CREATE TABLE un (
"x" DOUBLE,
"y" DOUBLE,
"color" BIGINT
);
CREATE TABLE un2 (
"x" DOUBLE,
"y" DOUBLE,
"color" BIGINT
);
CREATE TABLE wave (
"x" DOUBLE,
"y" DOUBLE,
"color" BIGINT
);
Anyone who has the link will be able to view this.