当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


R dials weight_scheme 词频加权方法


词频加权方法

用法

weight_scheme(values = values_weight_scheme)

values_weight_scheme

格式

长度为 5 的 character 类的对象。

参数

values

可能值的字符串。请参阅下面示例中的values_weight_scheme

细节

该参数用在 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 'doubl... 

相关用法


注:本文由纯净天空筛选整理自Max Kuhn等大神的英文原创作品 Term frequency weighting methods。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。