log_omega_estimation: Approximation of log(omega(a,b))

View source: R/corrected_mutual_information.R

log_omega_estimationR Documentation

Approximation of log(omega(a,b))

Description

Where omega(a,b) is the number of contingency tables with a, b as row and column sums. This approximation is only good for dense tables.

Usage

log_omega_estimation(c1, c2, base = exp(1))

Arguments

c1, c2

membership vectors

base

base of the logarithm (e by default)


clustAnalytics documentation built on May 29, 2024, 12:18 p.m.