Learn R Programming

SoftClustering (version 1.1502)

DemoDataC2D2a: A Simple Data Set

Description

This is a simple two-dimensional data set with 200 objects in 2 clusters. It is provided as sample data set to easily test the algorithms.

Usage

data(DemoDataC2D2a)

Arguments

Format

A matrix [nClusters x nFeatures] = [2 x 2].

Examples

Run this code
# NOT RUN {
data(DemoDataC2D2a); plot(DemoDataC2D2a)
# }

Run the code above in your browser using DataLab