apply_bitola_flexible: Apply a flexible BITOLA-style discovery model without strict...

View source: R/comprehensive_summary.R

apply_bitola_flexibleR Documentation

Apply a flexible BITOLA-style discovery model without strict type constraints

Description

This function implements a modified BITOLA-style discovery model that preserves entity type information but doesn't enforce strict type constraints.

Usage

apply_bitola_flexible(co_matrix, a_term, min_score = 0.1, n_results = 100)

Arguments

co_matrix

A co-occurrence matrix with entity types as an attribute.

a_term

Character string, the source term (A).

min_score

Minimum score threshold for results.

n_results

Maximum number of results to return.

Value

A data frame with ranked discovery results.


LBDiscover documentation built on June 16, 2025, 5:09 p.m.