MPeasyConfig: Add predefined configuration types to a MultiPattern...

Description Usage Arguments

Description

This function modifies the object MP in the first argument. The primary modifications are new items in the MP$config list. When pca or rpca are specified in the type argument, the function also precomputes these transformations and adds these into the MP$data list. All configurations relying on pca or rpca transformed data refer to these pre-computed objects.

Usage

1
2
3
MPeasyConfig(MP, data = NULL, config.prefix = "",
  preprocess.prefix = "", type = c("pca", "euclidean", "spearman",
  "canberra", "manhattan", "hclust", "pam", "dbscan"), preprocess = NULL)

Arguments

MP

MultiPattern configuration object

data

character, names of datasets in MP to use to create suggestions. If NULL, function applies the configurations to all datasets (but see type). If not NULL, function only considers the specified data objects.

config.prefix

character, prefix used in all configuration names

preprocess.prefix

character, a middle-fix used when naming subspaceR configurations

type

character or list, codes for what types of configuration plugins to use. To see all available plugins, use MPlistPlugins(). shows all the supported configuration types. Detailed descriptions will appear elsewhere.

preprocess

object specifying preprocessing, e.g. vector of features for subspaces


tkonopka/MultiPattern documentation built on May 31, 2019, 3:45 p.m.