This function generates data with two clusters, one following a curvilinear pattern and the other distributed randomly.
Arguments
- n
The total number of data points to be generated.
- clust_size_vec
A vector specifying the number of points for each cluster. If not provided, the n is divided equally between the two clusters.
- num_noise
The number of additional noise dimensions to be generated.
- min_n
The minimum value for the noise added to the data points.
- max_n
The maximum value for the noise added to the data points.