Package weka.classifiers.lazy.AM.lattice
Class DistributedLattice
- java.lang.Object
- 
- weka.classifiers.lazy.AM.lattice.DistributedLattice
 
- 
- 
Constructor SummaryConstructors Constructor Description DistributedLattice()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfill(SubcontextList subList)Fill the lattice with given subcontexts.java.util.Set<Supracontext>getSupracontexts()
 
- 
- 
- 
Method Detail- 
getSupracontextspublic java.util.Set<Supracontext> getSupracontexts() - Specified by:
- getSupracontextsin interface- Lattice
- Returns:
- the list of homogeneous supracontexts created with this lattice
 
 - 
fillpublic void fill(SubcontextList subList) throws java.lang.InterruptedException, java.util.concurrent.ExecutionException Fill the lattice with given subcontexts. This is meant to be done only once for a given Lattice instance. The number of sub-lattices is determined viasubList.getLabeler().numPartitions().
 
- 
 
-