bonds_standard: Compute bonds via standard implication-based method

View source: R/bonds.R

bonds_standardR Documentation

Compute bonds via standard implication-based method

Description

Computes bonds using implication merging and closed-set enumeration. Uses a FastBitset-optimized C++ implementation.

Usage

bonds_standard(fc1, fc2, verbose = FALSE)

Arguments

fc1

(FormalContext) The first formal context.

fc2

(FormalContext) The second formal context.

verbose

(logical) Print progress info.

Value

A BondLattice object.


fcaR documentation built on July 27, 2026, 5:06 p.m.