FilterDFMByTFIDF: Filter DFM by TFIDF

Description Usage Arguments Value

View source: R/topic_modelling.R

Description

Uses threshold to select the top terms based on tf-idf.

Usage

1
FilterDFMByTFIDF(dfm_quanteda, threshold)

Arguments

dfm_quanteda

A dfm as defined by the quanteda package

threshold

The threshold to filter terms

Value

A dfm with filtered terms.


sailuh/topicflowr documentation built on May 27, 2019, 8:46 a.m.