Learn R Programming

doc2concrete (version 0.5.2)

overlaps: Overlap cleaner

Description

background function to load

Usage

overlaps(high, low, cutoff = 1)

Arguments

high

matrix Token counts that will all be kept.

low

matrix Token counts that will evaluated (and pruned) for overlapping.

cutoff

numeric Threshold (as cosine distance) for including overlapping tokens. Default is 1 (i.e. all tokens included).

Value

Combined token count matrix.