which_options: Prints options for a wrapper or a certain preprocessing...

Description Usage Arguments Value Examples

View source: R/smartdata.R

Description

Prints options for a wrapper or a certain preprocessing method

Usage

1

Arguments

preprocess

Possible preprocessing: 'oversample', 'clean_noise', 'instance_selection', 'feature_selection', 'normalize', 'discretize', 'space_transformation', 'clean_outliers', 'impute_missing', 'clean_noise'

method

For the preprocessing method

Value

Prints valid preprocessings for the selected wrapper or options for a given preprocessing

Examples

1
2
3
4
which_options("oversample")
which_options("clean_noise", method = "edgeWeight")
which_options("clean_noise", method = "ENG")
which_options("impute_missing", method = "gibbs_sampling")

smartdata documentation built on Dec. 19, 2019, 1:08 a.m.