powered by
This function generates a dataset consisting of a mobius cluster and Gaussian cluster.
make_mobiusgau(n = c(200, 100), p = 4)
A tibble containing the mobius cluster and Gaussian cluster.
An integer vector (default: c(200, 100)) representing the sample sizes.
An integer value (default: 4) representing the number of dimensions.
mobgau <- make_mobiusgau(n = c(200, 100), p = 4)
Run the code above in your browser using DataLab