Learn R Programming

fcaR (version 1.5.0)

calculate_stability: Calculate Concept Stability

Description

Calculates the intensional stability of each concept.

Calculates the intensional stability of each concept in the lattice directly from the sparse matrix representation. Stability measures the probability that a concept is preserved when a random subset of objects is removed.

Usage

calculate_stability(extents)

calculate_stability(extents)

Value

A numeric vector.

A numeric vector with stability values in \([0, 1]\).

Arguments

extents

A SparseSet object or a sparse matrix (CsparseMatrix) representing concept extents (columns are concepts).