outliers {FPDclustering}R Documentation

Data set with outliers

Description

Each cluster has been generated according to a multivariate Gaussian distribution, with centers c randomly generated. For each cluster, 20% of uniform distributed outliers have been generated at a distance included in max(x-c) and max(x-c)+5 form the center.

Usage

data(outliers)

Format

A data frame with 960 observations on the following 101 variables. The first variable corresponds to the membership

Source

generated with R

Examples

data(outliers)
 plot(outliers[,2:3]) 

[Package FPDclustering version 2.3.1 Index]