Package weka.classifiers.lazy.AM.lattice
Class DistributedLattice
- java.lang.Object
-
- weka.classifiers.lazy.AM.lattice.DistributedLattice
-
-
Constructor Summary
Constructors Constructor Description DistributedLattice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fill(SubcontextList subList)
Fill the lattice with given subcontexts.java.util.Set<Supracontext>
getSupracontexts()
-
-
-
Method Detail
-
getSupracontexts
public java.util.Set<Supracontext> getSupracontexts()
- Specified by:
getSupracontexts
in interfaceLattice
- Returns:
- the list of homogeneous supracontexts created with this lattice
-
fill
public 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()
.
-
-