# Generate basic dataset
data <- generate_complex_data(n_points = 500, n_dim = 10,
n_clusters = 4, cluster_spread = 1)
# The function returns a data frame, which can be inspected
head(data)
Run the code above in your browser using DataLab