Learn R Programming

LBDiscover (version 0.1.0)

get_type_dist: Get entity type distribution from co-occurrence matrix

Description

Get entity type distribution from co-occurrence matrix

Usage

get_type_dist(co_matrix)

Value

A data frame with entity type counts and percentages.

Arguments

co_matrix

A co-occurrence matrix produced by create_typed_comat().