Learn R Programming

FPDclustering (version 2.3.1)

outliers: 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)

Arguments

Format

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

Examples

Run this code
data(outliers)
 plot(outliers[,2:3]) 

Run the code above in your browser using DataLab