Learn R Programming

fcaR (version 1.5.0)

calculate_density: Calculate Fuzzy Density

Description

Calculates the density of each concept in the original matrix I.

Usage

calculate_density(extents, intents, I)

Value

A numeric vector.

Arguments

extents

A SparseSet or CsparseMatrix of extents.

intents

A SparseSet or CsparseMatrix of intents.

I

The original numeric matrix (FormalContext$I).