Learn R Programming

smartdata (version 1.0.3)

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

Description

Prints options for a wrapper or a certain preprocessing method

Usage

which_options(preprocess, method = NULL)

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

Run this code
# NOT RUN {
which_options("oversample")
which_options("clean_noise", method = "edgeWeight")
which_options("clean_noise", method = "ENG")
which_options("impute_missing", method = "gibbs_sampling")

# }

Run the code above in your browser using DataLab