Learn R Programming

Biocomb (version 0.4)

data_test: simulated data

Description

This data file consists of 300 objects with 10 features. The features x1-x5 are informative and define the cluster structure of the dataset. The clusters are generated in the two-dimensional space x1-x2. The values of the features x3-x5 are identically generated as for x2. Features values x1-x5 are normally distributed values with the same standard deviation and different mean values. Features x6-x10 are random variables uniformly distributed in the interval [0, 1] and present the uninformative features.

Usage

data_test

Arguments

Format

A data.frame containing 300 observations of 11 variables and class with three labels.

See Also

leukemia72, datasetF6, leukemia72_2, leukemia_miss

Examples

Run this code
# NOT RUN {
# load the dataset
data(data_test)
# }

Run the code above in your browser using DataLab