t_dsm: Swap the Rows and Columns of a DSM Object (wordspace)

t.dsmR Documentation

Swap the Rows and Columns of a DSM Object (wordspace)

Description

Given a distributional model x, t(x) returns a new DSM object representing the transposed co-occurrence and/or score matrix. Marginal frequencies and other row/column information are updated accordingly.

Usage


## S3 method for class 'dsm'
t(x)

Arguments

x

an object of class dsm

Value

A dsm object with rows and columns swapped.

Author(s)

Stephanie Evert (https://purl.org/stephanie.evert)

See Also

dsm

Examples


tdm <- DSM_TermContext # term-document model
tdm$M

dtm <- t(tdm) # document-term model
dtm$M


wordspace documentation built on Sept. 9, 2022, 3:04 p.m.