View source: R/variable_select.R
variable_select | R Documentation |
Variable selector (best tfidf rank)
variable_select(original_train, max_retained = min(1000L, as.integer(ncol(original_train) * 10/100)))
original_train |
original ( |
max_retained |
the maximum number of variable to retain
(default is
|
an object of the same class of original
with only the
top tifidf max_retained token in the sum of relative tfidf
data(liu_dtm) variable_select(liu_dtm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.