corr_sims: Compute correlations between two matrices of similarity...

Description Usage Arguments Value Note

View source: R/corr_sims.R

Description

Compute correlations between two matrices of similarity vectors

Usage

1
corr_sims(sims1, sims2, type = "pearson")

Arguments

sims1

matrix of similarities (e.g. cosine) between a set of cues (rows) and the full vocab (columns)

sims2

matrix of similarities (e.g. cosine) between a set of cues (rows) and the full vocab (columns)

type

pearson or rank correlation

Value

a tibble with mean and standard error of correlation overt set of cues

Note

embedding models will be subsetted to common vocabulary


prodriguezsosa/weeval documentation built on Aug. 15, 2020, 7:01 a.m.