Baselight

Benchmarks Datasets For Cluster Analysis

25 simulated datasets generated by either Gaussian or Uniform distributions

@kaggle.onthada_benchmarks_datasets_for_clustering

D1 Data
@kaggle.onthada_benchmarks_datasets_for_clustering.d1_data

  • 30.22 KB
  • 1500 rows
  • 3 columns
x

X

y

Y

label

Label

2.0495680445929083-0.01997668447745021
2.0729314852524480.19173982496767751
1.869586601585718-0.09109453314748011
1.8210148078876850.000331425996751078751
1.9547164477707075-0.26736802159601041
1.581062651453613-0.04710841609900221
1.8862919482117857-0.30986014118381141
1.8091005241120284-0.19240602142702061
1.97203408132385550.0509891214749091
1.68030970527831340.04089944343553291

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

Share link

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