fcatools / conexp-ng

ConExp-NG is a simple GUI-centric tool for the study & research of Formal Concept Analysis (FCA) that allows you to create formal contexts, draw concept lattices and explore dependencies between attributes.
https://github.com/fcatools/conexp-ng/wiki
GNU General Public License v3.0
29 stars 8 forks source link

hiding objects and attributes #148

Open rjoberon opened 10 years ago

rjoberon commented 10 years ago

For certain use-cases it would be helpful if one could hide certain attributes or objects in the context and use the remaining context for analysis.

One particular use-case is this: A user could select an association rule with less then 100% confidence and restrict the objects of the context such that the confidence is 100% (e.g., the rules becomes an implication). This could be done by hiding all objects that have the attributes from the premise but not the ones from the conclusion. Then, a recomputation of rules and the lattice would be necessary, of course.

related to issue #135