Baselight

Benchmarks Datasets For Cluster Analysis

25 simulated datasets generated by either Gaussian or Uniform distributions

@kaggle.onthada_benchmarks_datasets_for_clustering

D11 Data
@kaggle.onthada_benchmarks_datasets_for_clustering.d11_data

  • 11.63 KB
  • 500 rows
  • 3 columns
x

X

y

Y

label

Label

-0.0636978735769476.6516179884706551
-0.24519443615470466.254220379555921
-0.24243648262450255.8805634128588831
0.83210817162560575.4586889655461421
0.1893823494409836.60452298699823451
0.17121221516699755.8729406189984271
0.12163428623041015.9559284120965771
-0.25416168379762985.59503247880354151
-0.63631248185153615.3299104155140671
0.55420499531481496.2266528599907421

CREATE TABLE d11_data (
  "x" DOUBLE,
  "y" DOUBLE,
  "label" BIGINT
);

Share link

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