calculate_separation: Calculate Concept Separation
Description
Computes the separation of each concept.
Separation is defined as the number of objects in a concept's extent that are NOT covered
by any of its immediate subconcepts (children).
Usage
calculate_separation(lattice)
Value
A numeric vector of separation values.
Arguments
- lattice
A ConceptLattice object.