| bonds_mcis | R Documentation |
Computes bonds using Algorithm 1 from "Computing bonds between formal contexts", optimized with FastBitset in a unified C++ solver. Pre-computes concepts (extents of C1 and intents of C2) in R, then passes them to C++ for the backtracking search.
bonds_mcis(fc1, fc2, verbose = FALSE)
fc1 |
( |
fc2 |
( |
verbose |
( |
A BondLattice object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.