Learn R Programming

textrecipes (version 0.5.1)

tunable.step_texthash: Find recommended methods for generating parameter values

Description

tunable() determines which parameters in an object can be tuned along with information about the parameters.

Usage

# S3 method for step_texthash
tunable(x, ...)

# S3 method for step_dummy_hash tunable(x, ...)

# S3 method for step_ngram tunable(x, ...)

# S3 method for step_tf tunable(x, ...)

# S3 method for step_tokenfilter tunable(x, ...)

# S3 method for step_tokenize tunable(x, ...)

Arguments

x

A recipe step

...

Not currently used.