Last data update: 2014.03.03

R: A toy data of classification
toyClassifR Documentation

A toy data of classification

Description

A toy data of classification drawn from a mixture Gaussian distribution. Only the three first variables are discriminant.

Usage

data(toyClassif)

Format

A list of two components:

  • X: the design matrix of size n \times p drawn from a mixture Gaussian distribution ;

  • Y: the class labels.

Results