View source: R/sampleBuilding.R
makeFeatureSpaceOperations | R Documentation |
makeFeatureSpaceOperations create config object for datasample
makeFeatureSpaceOperations(
pca = FALSE,
pca.nb.dims = 0,
spectral = FALSE,
sampling = FALSE,
sampling.size.max = 0,
scaling = FALSE
)
pca |
boolean: if TRUE, Principal Components Analysis is applied to reduce the data space. |
pca.nb.dims |
number of principal components kept. If pca.nb.dims=0, this number is computed automatically. |
spectral |
boolean: if TRUE, spectral embedding is applied to reduce the data space. |
sampling |
boolean: if TRUE, data sampling is used. |
sampling.size.max |
: maximum size of the sampled dataframe. |
scaling |
boolean: if TRUE, scaling is applied. |
configuration object created from parameters.
operations <- makeFeatureSpaceOperations(pca=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.