Description Usage Arguments Value Examples
View source: R/dimension_reduce.R
reduce the dimensionality of the datalist if needed
1 | dimension_reduce(datalist)
|
datalist |
a datalist of high dimensionality |
a datalist of reduced dimensionality
1 2 3 | library(JointNets)
data(exampleData)
reduction = dimension_reduce(exampleData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.