Learn R Programming

RclusTool (version 0.91.61)

listDerivableFeatureSpaces: Builds list of derivable feature spaces

Description

Builds list of derivable feature spaces.

Usage

listDerivableFeatureSpaces(
  scaling = FALSE,
  pca = FALSE,
  spectral = FALSE,
  RclusTool.env = initParameters()
)

Value

character vector naming feature spaces.

Arguments

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.

Details

listDerivableFeatureSpaces build the list of feature spaces matching parameters.

Examples

Run this code

listDerivableFeatureSpaces(scaling=TRUE, spectral=TRUE)

Run the code above in your browser using DataLab