getTermUniq: getTermUniq Calculate the term uniqueness score, defined as 1...

View source: R/rrvgo.R

getTermUniqR Documentation

getTermUniq Calculate the term uniqueness score, defined as 1 minus the average semantic similarity of a term to all other terms.

Description

getTermUniq Calculate the term uniqueness score, defined as 1 minus the average semantic similarity of a term to all other terms.

Usage

getTermUniq(simMatrix, cluster = NULL)

Arguments

simMatrix

a (square) similarity matrix

cluster

vector with the cluster each entry in the simMatrix belongs to. If NULL, a

Value

a vector of term uniqueness scores


imbforge/rrvgo documentation built on March 15, 2024, 4:40 a.m.