filter_dfm | R Documentation |
This function filters a document-feature matrix using singular value decomposition.
filter_dfm(
input_dfm,
k,
corpus = NULL,
multiplication_factor = 2,
dimension = 100,
alpha = 0.05,
noise = FALSE
)
input_dfm |
dfm generated by dfm_boe() |
k |
integer, number of topics |
corpus |
a multilingual corpus generated by create_corpus() |
multiplication_factor |
integer, select k * mulitiplication_factor columns from the U-Matrix. |
dimension |
integer, the first singular value to be extracted in the U-Matrix. |
alpha |
double, alpha level to filter the U-Matrix using one-way ANOVA. |
an rectr_dfm object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.