Learn R Programming

cardinalR (version 1.0.6)

mobiusgau: Mobius clust dataset with a noise dimension

Description

The `mobiusgau` dataset contains a 3-dimensional Mobius and Gaussian cluster with added noise dimension. Each data point is represented by five dimensions (x1 to x4).

Usage

data(mobiusgau)

Arguments

Format

A data frame with 1000 rows and 4 columns:

x1, x2, x3, x4

High-dimensional coordinates

Examples

Run this code
# Load the mobiusgau dataset
data(mobiusgau)

# Display the first few rows of the dataset
head(mobiusgau)

Run the code above in your browser using DataLab