Package weka.classifiers.lazy.AM.lattice
Interface LatticeFactory
-
- All Known Implementing Classes:
LatticeFactory.CardinalityBasedLatticeFactory
public interface LatticeFactory
Factory for creatingLattices
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LatticeFactory.CardinalityBasedLatticeFactory
Chooses the lattice implementation based on the cardinality of the instances in the subcontext list.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lattice
createLattice()
-