Learn R Programming

kgraph (version 1.2.0)

m_embeds: A dataset containing medical word embeddings

Description

The embedding matrix has been fitted using Glove word embeddings on 1,700 open-access publications related to mental health.

Usage

data("m_embeds")

Arguments

Format

A matrix with 1122 rows and 100 columns.

Details

Each row is the embedding vector of a CUI in 100 Glove dimensions.

Examples

Run this code
data('m_embeds')

fit_kg = fit_embeds_kg(m_embeds, 'cosine')

Run the code above in your browser using DataLab