log_omega_estimation {clustAnalytics} | R 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) |
[Package clustAnalytics version 0.5.5 Index]