Package weka.classifiers.lazy.AM.lattice
Interface LatticeFactory
-
- All Known Implementing Classes:
LatticeFactory.CardinalityBasedLatticeFactory
public interface LatticeFactoryFactory for creatingLattices.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLatticeFactory.CardinalityBasedLatticeFactoryChooses 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 LatticecreateLattice()
-