Baselight

Clustering Exercises

Clustering Using Methods You Know

@kaggle.joonasyoon_clustering_exercises

Hyperplane
@kaggle.joonasyoon_clustering_exercises.hyperplane

  • 35.84 KB
  • 1796 rows
  • 3 columns
x

X

y

Y

color

Color

237.4913633819101136.898504382135031
180.4709099803371202.23310443061737
213.90528658820847310.329492851986341
183.71351510183584172.68030210496291
244.12548338345653214.83369210656811
204.1578051143601267.5892866402931
133.69809248354514291.4614002952887
156.96001279813942240.1846379120246
210.1178400069278204.89215711102971
120.49046031027322287.4286211172479

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

Share link

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