Learn R Programming

datasetsICR (version 1.0)

butterfly: butterfly dataset

Description

Synthetic dataset.

Usage

data(butterfly)

Arguments

Format

A matrix with 15 rows and 2 columns.

Details

The butterfly dataset motivates the need for the fuzzy approach to clustering. Two clusters are clearly visible, but unit n.8 is between the two clusters, and hence its assignment is complex for standard clustering methods.

References

Giordani, P., Ferraro, M.B., Martella, F.: An Introduction to Clustering with R. Springer, Singapore (2020) Ruspini, E.H.: Numerical methods for fuzzy clustering. Inf. Sci. 2, 319-350 (1970)

Examples

Run this code
# NOT RUN {
data(butterfly)
# }

Run the code above in your browser using DataLab