Learn R Programming

DataVisualizations (version 1.1.12)

Lsun3D: Lsun3D inspired by FCPS

Description

clearly defined clusters, different variances

Usage

data("Lsun3D")

Arguments

Details

Size n=404, Dimensions d=3

Dataset defined discontinuites, where the clusters have different variances. Three main Clusters, and four Outliers (in Cluster 4), see [Thrun, 2018]

References

[Thrun, 2018] Thrun, M. C.: Projection Based Clustering through Self-Organization and Swarm Intelligence, doctoral dissertation 2017, Springer, ISBN: 978-3-658-20540-9, Heidelberg, 2018.

Examples

Run this code
# NOT RUN {
data(Lsun3D)
str(Lsun3D)
Cls=Lsun3D$Cls
Data=Lsun3D$Data
# }

Run the code above in your browser using DataLab