Term frequency weighting methods
weight_scheme(values = values_weight_scheme)
values_weight_schemeAn object of class character of length 5.
This parameter is used in textrecipes::step_tf().
values_weight_scheme
#> [1] "raw count" "binary" "term frequency"
#> [4] "log normalization" "double normalization"
weight_scheme()
#> Term Frequency Weight Method (qualitative)
#> 5 possible values include:
#> 'raw count', 'binary', 'term frequency', 'log normalization', and 'double
#> normalization'