raw_kbdm | R Documentation |
Compute the Kolmogorov complexity of a matrix using the
Block Decomposition Method (requires the acss
package).
raw_kbdm(mat, subsize)
mat |
A logical matrix (with TRUE/FALSE values) |
subsize |
A submatrix size to carry out the Block Decomposition Method (must be between 1 and 3) |
The Kolmogorov complexity cannot be computed directly for large strings
(i.e. matrices). However, the complexity of smaller submatrices can be
estimated, then combined to obtain an approximation of the complexity
of the whole matrix. This method, the Block Decomposition Method is
implemented in this function. See also kbdm_sews
for more details.
The KBDM numeric value as a named vector
kbdm_sews
, acss
raw_kbdm(forestgap[[1]], subsize = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.