bdm.example: Example dataset

View source: R/bdm_main.R

bdm.exampleR Documentation

Example dataset

Description

Loads a mapping example.

Usage

bdm.example()

Details

The object ex is a list with elements: ex$data, a matrix with raw data; ex$labels, a vector of datapoint labels; ex$map, a bdm data mapping instance. A bdm instance is the basic object of the mapping protocol, i.e. a list to which new elements are added at each step of the mapping protocol.

This example is based on a small synthetic dataset with n = 5000 observations drawn from a 4-variate Gaussian Mixture Model (GMM) with 16 Gaussian components with random means and variances.

Value

An example dataset named ex

Examples


# --- load example dataset
bdm.example()
str(ex)

jgarriga65/bigMap documentation built on June 10, 2024, 7:05 a.m.