Learn R Programming

ORION (version 1.0.3)

nonOrdinalData: non-ordinal data

Description

It comprises a list of two elements: A data matrix ("data") and a label vector ("labels"). The samples are given in the rows and the features in the columns of the matrix. The sampled dataset comprises 5 classes with 40 samples, each. It is embedded in a two dimensional feature space and contains 5 classes with no ordinal sequence.

Usage

data(nonOrdinalData)

Arguments

Format

An object of class list of length 2.

Examples

Run this code
# NOT RUN {
data(nonOrdinalData)

# }

Run the code above in your browser using DataLab