calculateMI | R Documentation |
Mutual information between all pairs based on entropy package.
calculateMI(actMat = actMat, nbins = 16, method = "2d")
actMat |
numeric matrix. |
nbins |
integer (optional). Number of bins Default 16 |
method |
MI calculation method: "2d": 2D discretization with entropy (default) "1d": 1D discretization with infotheo |
numeric matrix (0-1). Matrix containing mutual information values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.