lattice

Synopsis

eset lattice(set extents)

Description

This function is used to create a concept lattice over the extents of a set of concepts. It should be used in combination with 'concept' as follows:

concepts = concept(hasFeature);
lattices = lattice(dom concepts);
where hasFeature is a binary relation.

This command is experimental and you are encouraged not to use it.

See also

concept