View source: R/sampleBuilding.R
listDerivableFeatureSpaces | R Documentation |
Builds list of derivable feature spaces.
listDerivableFeatureSpaces(
scaling = FALSE,
pca = FALSE,
spectral = FALSE,
RclusTool.env = initParameters()
)
scaling |
boolean TRUE if scaling required. |
pca |
boolean TRUE if Principal Components Analysis required. |
spectral |
boolean TRUE if Spectral Embedding required. |
RclusTool.env |
environment in which all global parameters, raw data and results are stored. |
listDerivableFeatureSpaces build the list of feature spaces matching parameters.
character vector naming feature spaces.
listDerivableFeatureSpaces(scaling=TRUE, spectral=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.