Package weka.classifiers.lazy.AM.lattice
Interface LatticeFactory
- 
- All Known Implementing Classes:
- LatticeFactory.CardinalityBasedLatticeFactory
 
 public interface LatticeFactoryFactory for creatingLattices.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classLatticeFactory.CardinalityBasedLatticeFactoryChooses the lattice implementation based on the cardinality of the instances in the subcontext list.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LatticecreateLattice()
 
-