bdm.example | R Documentation |
Loads a mapping example.
bdm.example()
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.
An example dataset named ex
# --- load example dataset
bdm.example()
str(ex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.