BasicLattice |
This class holds the supracontextual lattice and does the work of filling
itself during classification.
|
CanonicalizingSet<T> |
A set implementation that can be used to retrieve canonical versions of objects; this is not
possible with Set because of the lack of a get method.
|
DistributedLattice |
This lass manages several smaller, heterogeneous lattices.
|
HeterogeneousLattice |
Same as a normal lattice, except no supracontext is deemed heterogeneous and
hence everything is kept.
|
JohnsenJohanssonLattice |
The approximation algorithm from "Efficient Modeling of Analogy", Johnsen and
Johansson, DOI 10.1007/978-3-540-30586-6_77.
|
LatticeFactory.CardinalityBasedLatticeFactory |
Chooses the lattice implementation based on the cardinality of
the instances in the subcontext list.
|
LinkedLatticeNode<T extends Supracontext> |
This class is a decorator which wraps a Supracontext and adds the
functionality of a linked node used in certain lattice-filling algorithms.
|
SparseLattice |
Warning: this class is currently experimental, slow, and not correct.
|