R/ordinalData.R

#' ordinal data
#'
#' 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 1 ordinal sequence with 5 classes. 
#'
#' @docType data
#'
#' @usage data(ordinalData)
#'
#' @keywords datasets
#'
#' @examples
#' data(ordinalData)
#' 
'ordinalData'

Try the ORION package in your browser

Any scripts or data that you put into this service are public.

ORION documentation built on Feb. 7, 2022, 5:15 p.m.