Description Usage Arguments Value
View source: R/feature_test_class.R
Categorizes results of test_features
function into groups based on their
significance.
1 2 |
x |
an object of class |
split |
attribute along which output should be categorized. Possible values are
|
breaks |
a vector of significances of frequencies along which n-grams are aggregated.
See description of |
... |
further parameters accepted by the |
the value of function depends on the split
parameter.
The function returns a named list of length equal to the length
of significances
(when split
equals "significances"
) or
frequencies
(when split
equals "positives"
or "negatives"
)
minus one. Each elements of the list contains names of the n-grams belonging to the given
significance or frequency group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.