trinarizationExample | R Documentation |
An artificial data set consisting of 100 artificial feature vectors that are used to illustrate the trinarization methods in the package vignette. Each row of the matrix trinarizationExample
corresponds to one feature vector, of which 5 measurements are drawn from a normal distribution N(0,1). The remaining 10 measurements are drawn from two normal distributions N(m,1), with m=10:1
and m=seq(20,2,by=-2)
(5 meansurements per distribution).
data(trinarizationExample)
The data is a matrix with 15 columns and 100 rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.