Baselight

Benchmarks Datasets For Cluster Analysis

25 simulated datasets generated by either Gaussian or Uniform distributions

@kaggle.onthada_benchmarks_datasets_for_clustering

R1 Data
@kaggle.onthada_benchmarks_datasets_for_clustering.r1_data

  • 10.77 KB
  • 450 rows
  • 3 columns
x

X

y

Y

label

Label

0.7308012943226871-1.67554724627205091
-0.6645770430003941-2.0624603950265421
-0.4009831855186341-2.9526797167854441
0.6849013568991158-1.98405670091816751
0.8658298573144542-2.18837406220775451
-0.0779570395544785-1.57182869452109751
-0.1332871287369242-1.28402959777141911
0.0090076592236421-2.20209404162117251
-0.660034222427367-2.38030040594839941
-0.6472060182474302-2.2374490376567971

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

Share link

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