Learn R Programming

clustRcompaR (version 0.2.0)

deviationalize: Deviationalizes term vectors using Sherin's (2013) technique

Description

Deviationalizes term vectors using Sherin's (2013) technique

Usage

deviationalize(cleaned_dfm)

Arguments

cleaned_dfm

A clean dfm object as created by clean_dfm

Details

Turns term vectors into deviation vectors. This turns the magnitude of each vector into a representation of its distance from the centroid, rather than its absolute direction. @export