Skip to contents

This function generates a dataset consisting of a mobius cluster and Gaussian cluster.

Usage

make_mobiusgau(n = c(200, 100), p = 4)

Arguments

n

A numeric vector (default: c(200, 100)) representing the sample sizes.

p

A numeric value (default: 4) representing the number of dimensions.

Value

A data containing the mobius cluster and Gaussian cluster.

Examples

mobgau <- make_mobiusgau(n = c(200, 100), p = 4)
#>  1 noise dimensions have been generated successfully! 🎉
#>  Data generation completed successfully! 🎉
#>  Data generation completed successfully! 🎉
#>  Multiple clusters generation completed successfully! 🎉